Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellInfo Class / CellIndexToName Method
The row index.
The 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
    The row index.
    column
    The column index.

    Return Value

    The address of cell.
    See Also