Enumerates feature areas that can be toggled on or off via the Allow* parameters on RadzenSpreadsheet.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public enum SpreadsheetFeature| Name | Description |
|---|---|
| Editing | Direct cell editing (typing, paste-into-cell, clearing contents, autoaccept of edits, row/column insert/delete). |
| Filtering | Auto-filter and column-filter operations. |
| Sorting | Single- and multi-key sort operations. |
| Autofill | Drag-to-fill (autofill) gestures and the resulting fill command. |
| Merging | Cell-merge and unmerge operations. |
| Resizing | Row and column resize gestures. |
| CellFormatting | Format-cell operations such as font, color, alignment, and borders. |
| Hyperlinks | Inserting, editing, and following hyperlinks. |
| Images | Inserting, moving, resizing, and deleting images. |
| Charts | Inserting, editing, moving, resizing, and deleting charts. |
| Tables | Creating, editing, and removing structured tables. |
| DataValidation | Adding and clearing data-validation rules. |
| ConditionalFormatting | Adding and clearing conditional formatting rules. |
| Clipboard | Cut, copy, and paste through the system clipboard. |
| UndoRedo | Undo and redo through the command history. |