[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellInfo.RowNameToIndex

RowNameToIndex Method

RowNameToIndex(string)

Gets row index according to 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.