Spread Windows Forms 15.0
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;}
    See Also