AndCriterion Class

Represents a filter criterion that combines multiple criteria using a logical AND operation.

Inheritance

Object

Documents.Spreadsheet.FilterCriterion

Documents.Spreadsheet.AndCriterion

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class AndCriterion : Documents.Spreadsheet.FilterCriterion

Constructors

AndCriterionlink

Represents a filter criterion that combines multiple criteria using a logical AND operation.

Declaration
public AndCriterion()

Properties

Criterialink

Gets or sets the array of filter criteria that will be combined using a logical AND operation.

Declaration
public Documents.Spreadsheet.FilterCriterion[] Criteria { get; set; }
Property Value
Type Description
Documents.Spreadsheet.FilterCriterion[]Gets or sets the array of filter criteria that will be combined using a logical AND operation.

Methods

Acceptlink

Declaration
public override void Accept(Documents.Spreadsheet.IFilterCriterionVisitor visitor)
Parameters
Type Name Description
Documents.Spreadsheet.IFilterCriterionVisitor visitor

Matcheslink

Declaration
public override bool Matches(Documents.Spreadsheet.Worksheet sheet, int row)
Parameters
Type Name Description
Documents.Spreadsheet.Worksheet sheet
int row
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙