TableFilterCommand Class

Represents a command to toggle filter button on a table.

Inheritance

Object

Spreadsheet.TableFilterCommand

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class TableFilterCommand : Spreadsheet.ICommand, Spreadsheet.IProtectedCommand

Constructors

TableFilterCommandlink

Initializes a new instance of the TableFilterCommand class.

Declaration
public TableFilterCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.Table table)
Parameters
Type Name Description
Documents.Spreadsheet.Worksheet sheet The sheet containing the table.
Documents.Spreadsheet.Table table The table to toggle filter button on.

TableFilterCommandlink

Initializes a new instance of the TableFilterCommand class.

Declaration
public TableFilterCommand(Documents.Spreadsheet.Worksheet sheet, int tableIndex)
Parameters
Type Name Description
Documents.Spreadsheet.Worksheet sheet The sheet containing the table.
int tableIndex

Properties

Featurelink

Declaration
public Spreadsheet.SpreadsheetFeature? Feature { get; }
Property Value
Type Description
Spreadsheet.SpreadsheetFeature?

RequiredActionlink

Declaration
public Documents.Spreadsheet.SheetAction RequiredAction { get; }
Property Value

Methods

Executelink

Declaration
public bool Execute()
Returns
Type Description
bool

Unexecutelink

Declaration
public void Unexecute()
An error has occurred. This app may no longer respond until reloaded. Reload 🗙