Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / DataType Enumeration


In This Topic
    DataType Enumeration
    In This Topic
    Determines the type of data entered in a Cell.
    Syntax
    'Declaration
     
    
    Public Enum DataType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DataType
    public enum DataType : System.Enum 
    Members
    MemberDescription
    BooleanThe data is of the boolean type.
    DateTimeThe data is of the DateTime type.
    ErrorThe data is an error.
    FormulaStringThe data is a formula.
    NumberThe data is an int, a double, a byte, a float or any of the other number types.
    TextThe data is a string, an enum, a char or a guid.
    TimeSpanThe value is of the TimeSpan type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.DataType

    Requirements

    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

    See Also