Enum RangeImpl.TCellType
Enumeration that contains all possible cell types for the Range.
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum TCellType
Fields
| Name | Description |
|---|---|
| Blank | Indicates that range contains BlankRecord. |
| BoolErr | Indicates that range contains BoolErrRecord. |
| Formula | Indicates that range contains FormulaRecord. |
| Label | Indicates that range contains LabelRecord. |
| LabelSST | Indicates that range contains LabelSSTRecord. |
| Number | Indicates that range contains NumberRecord. |
| RK | Indicates that range contains RKRecord. |
| RString | Indicates that range contains RStringRecord. |