Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITableDataSource Interface / getColumnIndex Method
The column name.
In This Topic
    getColumnIndex Method
    In This Topic
    Get the column index.
    Syntax
    int getColumnIndex( 
       java.lang.String columnName
    )

    Parameters

    columnName
    The column name.

    Return Value

    The column index.
    See Also