Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / TableReferenceExpression Class / FirstColumnIndex Property


In This Topic
    FirstColumnIndex Property
    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