Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / ITableStruct Interface / GetColumnIndexInTable Method
The column name.


In This Topic
    GetColumnIndexInTable Method
    In This Topic
    Get the column index.
    Syntax
    'Declaration
     
    Function GetColumnIndexInTable( _
       ByVal columnName As String _
    ) As Integer
    'Usage
     
    Dim instance As ITableStruct
    Dim columnName As String
    Dim value As Integer
     
    value = instance.GetColumnIndexInTable(columnName)
    int GetColumnIndexInTable( 
       string columnName
    )

    Parameters

    columnName
    The column name.
    See Also