Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumn Class / Ordinal Property


In This Topic
    Ordinal Property
    In This Topic
    Gets the position of the column in the Spread data column collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Ordinal As Integer
    'Usage
     
    
    Dim instance As SpreadDataColumn
    Dim value As Integer
     
    value = instance.Ordinal
    public int Ordinal {get;}
    See Also