Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumn Class / DataType Property


In This Topic
    DataType Property (SpreadDataColumn)
    In This Topic
    Gets the type of data stored in the column.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataType As Type
    'Usage
     
    Dim instance As SpreadDataColumn
    Dim value As Type
     
    value = instance.DataType
    public Type DataType {get;}

    Property Value

    Type containing the data type
    See Also