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

    Parameters

    row
    row index
    column
    column index

    Return Value

    the address of cell
    See Also