Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / FirstColumnIndex Property


In This Topic
    FirstColumnIndex Property (ITableRange)
    In This Topic
    Gets the first column index.
    Syntax
    'Declaration
     
    
    ReadOnly Property FirstColumnIndex As Integer
    'Usage
     
    
    Dim instance As ITableRange
    Dim value As Integer
     
    value = instance.FirstColumnIndex
    int FirstColumnIndex {get;}
    See Also