Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDataManager Interface / GetColumnIndex Method
The column name.


In This Topic
    GetColumnIndex Method (IDataManager)
    In This Topic
    Gets the index of the column specified by name.
    Syntax
    'Declaration
     
    
    Function GetColumnIndex( _
       ByVal columnName As String _
    ) As Integer
    'Usage
     
    
    Dim instance As IDataManager
    Dim columnName As String
    Dim value As Integer
     
    value = instance.GetColumnIndex(columnName)
    int GetColumnIndex( 
       string columnName
    )

    Parameters

    columnName
    The column name.

    Return Value

    The index of the specified column.
    See Also