Table of Contents

Class RowMatcher

Namespace
OfficeOpenXml.FormulaParsing.Excel.Functions.Database
Assembly
Magicodes.EPPlus.dll
public class RowMatcher
Inheritance
RowMatcher
Inherited Members
Extension Methods

Constructors

RowMatcher()

public RowMatcher()

RowMatcher(WildCardValueMatcher, ExpressionEvaluator)

public RowMatcher(WildCardValueMatcher wildCardValueMatcher, ExpressionEvaluator expressionEvaluator)

Parameters

wildCardValueMatcher WildCardValueMatcher
expressionEvaluator ExpressionEvaluator

Methods

IsMatch(ExcelDatabaseRow, ExcelDatabaseCriteria)

public bool IsMatch(ExcelDatabaseRow row, ExcelDatabaseCriteria criteria)

Parameters

row ExcelDatabaseRow
criteria ExcelDatabaseCriteria

Returns

bool