Represents a command to toggle filter button on a table.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class TableFilterCommand : Spreadsheet.ICommand, Spreadsheet.IProtectedCommandInitializes a new instance of the TableFilterCommand class.
public TableFilterCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.Table table)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | The sheet containing the table. |
| Documents.Spreadsheet.Table | table | The table to toggle filter button on. |
Initializes a new instance of the TableFilterCommand class.
public TableFilterCommand(Documents.Spreadsheet.Worksheet sheet, int tableIndex)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | The sheet containing the table. |
| int | tableIndex |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |
public Documents.Spreadsheet.SheetAction RequiredAction { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.SheetAction |