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

    Parameters

    name
    The row name.

    Return Value

    The index of row.
    See Also