CellsHelper.RowIndexToName

CellsHelper.RowIndexToName method

Gets row name according to row index.

public static string RowIndexToName(int row)
ParameterTypeDescription
rowInt32Row index.

Return Value

Name of row.

See Also