GemBox.Spreadsheet

ExcelRowCollection.RowNameToIndex Method 

Converts row name ("1", "2", ...) to row index (0, 1, ...).

public static int RowNameToIndex(
   string name
);

Parameters

name
Row name.

See Also

ExcelRowCollection Class | GemBox.Spreadsheet Namespace