Show / Hide Table of Contents

Class RowMatcher

Inheritance
System.Object
RowMatcher
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions.Database
Assembly: EPPlus.dll
Syntax
public class RowMatcher

Constructors

RowMatcher()

Declaration
public RowMatcher()

RowMatcher(WildCardValueMatcher, ExpressionEvaluator)

Declaration
public RowMatcher(WildCardValueMatcher wildCardValueMatcher, ExpressionEvaluator expressionEvaluator)
Parameters
Type Name Description
WildCardValueMatcher wildCardValueMatcher
ExpressionEvaluator expressionEvaluator

Methods

IsMatch(ExcelDatabaseRow, ExcelDatabaseCriteria)

Declaration
public bool IsMatch(ExcelDatabaseRow row, ExcelDatabaseCriteria criteria)
Parameters
Type Name Description
ExcelDatabaseRow row
ExcelDatabaseCriteria criteria
Returns
Type Description
System.Boolean
Back to top Generated by DocFX