Enum ClearOperationType
Defines the types of clear operations that can be performed on spreadsheet.
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.Spreadsheet.dll
Syntax
public enum ClearOperationType
Fields
| Name | Description |
|---|---|
| ClearAll | Clears contents, formatting, and hyperlinks. |
| ClearContents | Clears only the cell contents. |
| ClearFormats | Clears only the cell formatting. |
| ClearHyperlinks | Clears only the hyperlinks. |