[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellInfo.RowNameToIndex

RowNameToIndex Method

RowNameToIndex(string)

Gets the row index according to the row name.

Declaration
public static int RowNameToIndex(string name)
Public Shared Function RowNameToIndex(name As String) As Integer
Parameters
Type Name Description
string name

The row name.

Returns
Type Description
int

The index of row.

Examples
int rowIndex = CellInfo.RowNameToIndex("5");