Represents the type of value contained in a cell.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public enum CellDataType| Name | Description |
|---|---|
| Number | The cell contains a numeric value. |
| String | The cell contains a string value. |
| Error | The cell contains an error value. |
| Empty | The cell is empty. |
| Date | The cell contains a date value. |
| Boolean | The cell contains a boolean value. |