Represents a command to toggle auto filter on a sheet.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class SheetAutoFilterCommand : Spreadsheet.ICommand, Spreadsheet.IProtectedCommandInitializes a new instance of the SheetAutoFilterCommand class.
public SheetAutoFilterCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.RangeRef range)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | The sheet to toggle auto filter on. |
| Documents.Spreadsheet.RangeRef | range | The range to apply auto filter to. |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |
public Documents.Spreadsheet.SheetAction RequiredAction { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.SheetAction |