GemBox.Spreadsheet

ExcelRowCollection Members

ExcelRowCollection overview

Public Static Methods

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

Public Instance Properties

Count (inherited from ExcelRowColumnCellCollectionBase) Gets the number of currently allocated elements (dynamically changes when worksheet is modified).
ItemOverloaded. Gets the row with the specified index or name.

Public Instance Methods

GetEnumerator (inherited from ExcelRowColumnCellCollectionBase) Returns an enumerator for the ExcelRowColumnCellCollectionBase.

See Also

ExcelRowCollection Class | GemBox.Spreadsheet Namespace | ExcelRow