'Declaration
Public Enum DataType Inherits System.Enum
'Usage
Dim instance As DataType
public enum DataType : System.Enum
'Declaration
Public Enum DataType Inherits System.Enum
'Usage
Dim instance As DataType
public enum DataType : System.Enum
Member | Description |
---|---|
Boolean | The data is of the boolean type. |
DateTime | The data is of the DateTime type. |
Error | The data is an error. |
FormulaString | The data is a formula. |
Number | The data is an int, a double, a byte, a float or any of the other number types. |
Text | The data is a string, an enum, a char or a guid. |
TimeSpan | The value is of the TimeSpan type. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.DataType
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2