Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum CellDataType
Public Enumeration CellDataType
public enum class CellDataType
type CellDataType
Members
| Member | Value | Description |
|---|---|---|
| Any | 0 | |
| Integer | 1 | |
| Decimal | 2 | |
| User | 3 | |
| Date | 4 | |
| Time | 5 | |
| TextLength | 6 | |
| Formula | 7 |