Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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 System.string CellIndexToName( 
       System.int row,
       System.int column
    )

    Parameters

    row
    row index
    column
    column index

    Return Value

    the address of cell
    See Also