[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellInfo.CellNameToIndex

CellNameToIndex Method

CellNameToIndex(string, out int, out int)

Gets cell row and column according to its name(address).

Declaration
public static void CellNameToIndex(string name, out int row, out int column)
Public Shared Sub CellNameToIndex(name As String, ByRef row As Integer, ByRef column As Integer)
Parameters
Type Name Description
string name

The cell name.

int row

The row index.

int column

The column index.