Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CellInfo Class / CellNameToIndex Method
cell name
In This Topic
    CellNameToIndex Method
    In This Topic
    Gets cell row and column according to its name(address).
    Syntax
    public static int[] CellNameToIndex( 
       java.lang.String name
    )

    Parameters

    name
    cell name

    Return Value

    a array containing the converted row and column index
    See Also