Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IStructuredObject Interface / GetColumnIndex Method
An integer value indicates the column unique ID inside the structure object.


In This Topic
    GetColumnIndex Method (IStructuredObject)
    In This Topic
    Get the table column index of the specified column.
    Syntax
    'Declaration
     
    
    Function GetColumnIndex( _
       ByVal id As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IStructuredObject
    Dim id As Integer
    Dim value As Integer
     
    value = instance.GetColumnIndex(id)
    int GetColumnIndex( 
       int id
    )

    Parameters

    id
    An integer value indicates the column unique ID inside the structure object.

    Return Value

    An System.Int32 value represents the table column index of the specified column.
    See Also