SheetFilter Class

Represents a filter applied to a sheet, which includes a filter criterion and the range of rows that the filter applies to.

Inheritance

Object

Documents.Spreadsheet.SheetFilter

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class SheetFilter

Constructors

SheetFilterlink

Represents a filter applied to a sheet, which includes a filter criterion and the range of rows that the filter applies to.

Declaration
public SheetFilter(Documents.Spreadsheet.FilterCriterion criterion, Documents.Spreadsheet.RangeRef range)
Parameters

Properties

Criterionlink

Gets or sets the filter criterion used to filter rows in the sheet.

Declaration
public Documents.Spreadsheet.FilterCriterion Criterion { get; }
Property Value
Type Description
Documents.Spreadsheet.FilterCriterionGets or sets the filter criterion used to filter rows in the sheet.

Rangelink

Gets or sets the range of rows that the filter applies to.

Declaration
public Documents.Spreadsheet.RangeRef Range { get; }
Property Value
Type Description
Documents.Spreadsheet.RangeRefGets or sets the range of rows that the filter applies to.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙