Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / Index2 Property


In This Topic
    Index2 Property (Column)
    In This Topic
    Gets the ending index for this range of columns.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index2 As Integer
    'Usage
     
    
    Dim instance As Column
    Dim value As Integer
     
    value = instance.Index2
    public int Index2 {get;}
    See Also