Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellInfo Class / CellNameToIndex Method
cell name
row index
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
    cell name
    row
    row index
    column
    column index
    See Also