Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableDataSource Interface / GetColumnIndex Method
The column name.
In This Topic
    GetColumnIndex Method
    In This Topic
    Get the column index.
    Syntax
    System.int GetColumnIndex( 
       System.string columnName
    )

    Parameters

    columnName
    The column name.

    Return Value

    The column index.
    See Also