Cell data types:
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
Public Enumeration CellDataType
 
public enum class CellDataType
 
 
 
 
Members
 
| 
 | 
Member name
 | 
Value
 | 
Description
 | 
| 
 | 
Any
 | 
0
 | 
Represents the Any data type.
 | 
| 
 | 
Integer
 | 
1
 | 
Represents the Integer data type.
 | 
| 
 | 
Decimal
 | 
2
 | 
Represents the Decimal data type.
 | 
| 
 | 
User
 | 
3
 | 
Represents the User data type.
 | 
| 
 | 
Date
 | 
4
 | 
Represents the Date data type.
 | 
| 
 | 
Time
 | 
5
 | 
Represents the Time data type.
 | 
| 
 | 
TextLength
 | 
6
 | 
Represents the TextLength data type.
 | 
| 
 | 
Formula
 | 
7
 | 
Represents the Formula data type.
 | 
 
 
See Also