Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CellInfo Class / ColumnNameToIndex Method
column name
In This Topic
    ColumnNameToIndex Method
    In This Topic
    Gets column index according to column name.
    Syntax
    public static int ColumnNameToIndex( 
       java.lang.String name
    )

    Parameters

    name
    column name

    Return Value

    the index of column
    See Also