Enumerates the discrete actions that sheet protection can block.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public enum SheetAction| Name | Description |
|---|---|
| FormatCells | Formatting cells (fonts, colors, borders). |
| FormatRows | Formatting rows (height, visibility). |
| FormatColumns | Formatting columns (width, visibility). |
| InsertColumns | Inserting columns. |
| InsertRows | Inserting rows. |
| InsertHyperlinks | Inserting hyperlinks. |
| DeleteColumns | Deleting columns. |
| DeleteRows | Deleting rows. |
| Sort | Sorting data. |
| AutoFilter | Using auto-filter. |
| EditCell | Editing cell content. |