OrCriterion Class

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

Inheritance

Object

Documents.Spreadsheet.FilterCriterion

Documents.Spreadsheet.OrCriterion

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class OrCriterion : Documents.Spreadsheet.FilterCriterion

Constructors

OrCriterionlink

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

Declaration
public OrCriterion()

Properties

Criterialink

Gets or sets the array of filter criteria that will be combined using a logical OR 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 OR 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 🗙