Represents a filter applied to a sheet, which includes a filter criterion and the range of rows that the filter applies to.
Object
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class SheetFilterRepresents a filter applied to a sheet, which includes a filter criterion and the range of rows that the filter applies to.
public SheetFilter(Documents.Spreadsheet.FilterCriterion criterion, Documents.Spreadsheet.RangeRef range)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.FilterCriterion | criterion | |
| Documents.Spreadsheet.RangeRef | range |
Gets or sets the filter criterion used to filter rows in the sheet.
public Documents.Spreadsheet.FilterCriterion Criterion { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.FilterCriterion | Gets or sets the filter criterion used to filter rows in the sheet. |
Gets or sets the range of rows that the filter applies to.
public Documents.Spreadsheet.RangeRef Range { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.RangeRef | Gets or sets the range of rows that the filter applies to. |