Spread WPF 18
GrapeCity.Spreadsheet Namespace / ExpressionViewCell Class / DataType Property


In This Topic
    DataType Property
    In This Topic
    Gets the data type of this cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataType As CellDataType
    'Usage
     
    Dim instance As ExpressionViewCell
    Dim value As CellDataType
     
    value = instance.DataType
    public CellDataType DataType {get;}

    Property Value

    The type of the data of the cell.
    See Also