Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellInfo Class / CellNameToIndex Method
The cell name.
The row index.
The column index.
In This Topic
    CellNameToIndex Method
    In This Topic
    Gets cell row and column according to its name(address).
    Syntax
    public static void CellNameToIndex( 
       System.string name,
       out System.int row,
       out System.int column
    )

    Parameters

    name
    The cell name.
    row
    The row index.
    column
    The column index.
    See Also