Gets the row with the specified index or name.
Gets the row with the specified index.
public ExcelRow this[int] {get;}
Gets the row with the specified name.
public ExcelRow this[string] {get;}
ExcelRowCollection Class | GemBox.Spreadsheet Namespace