GemBox.Spreadsheet

ExcelRowCollection.Item Property

Gets the row with the specified index or name.

Overload List

Gets the row with the specified index.

public ExcelRow this[int] {get;}

Gets the row with the specified name.

public ExcelRow this[string] {get;}

See Also

ExcelRowCollection Class | GemBox.Spreadsheet Namespace