Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / TableReferenceExpression Class / FirstColumnIndex Property


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