Represents a filter criterion that combines multiple criteria using a logical AND operation.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class AndCriterion : Documents.Spreadsheet.FilterCriterionRepresents a filter criterion that combines multiple criteria using a logical AND operation.
public AndCriterion()Gets or sets the array of filter criteria that will be combined using a logical AND operation.
public Documents.Spreadsheet.FilterCriterion[] Criteria { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.FilterCriterion[] | Gets or sets the array of filter criteria that will be combined using a logical AND operation. |
public override void Accept(Documents.Spreadsheet.IFilterCriterionVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.IFilterCriterionVisitor | visitor |
public override bool Matches(Documents.Spreadsheet.Worksheet sheet, int row)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| int | row |
| Type | Description |
|---|---|
| bool |