[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellInfo.RowIndexToName

RowIndexToName Method

RowIndexToName(int)

Gets the row name according to the row index.

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

The row index.

Returns
Type Description
string

The name of row.

Examples
string rowName = CellInfo.RowIndexToName(4);