Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellInfo Class / RowIndexToName Method
row index
In This Topic
    RowIndexToName Method
    In This Topic
    Gets row name according to row index.
    Syntax
    public static System.string RowIndexToName( 
       System.int index
    )

    Parameters

    index
    row index

    Return Value

    the name of row
    See Also