Click or drag to resize

ExcelRowCollection Class

Collection of ExcelRow.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelCollectionBase
    SautinSoft.ExcelExcelLineCollectionBase
      SautinSoft.ExcelExcelRowCollection

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public sealed class ExcelRowCollection : ExcelLineCollectionBase

The ExcelRowCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of currently allocated elements.
(Inherited from ExcelCollectionBase)
Public propertyItemInt32 Gets the row with the specified index.
Public propertyItemString Gets the row with the specified name.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumerator Returns an enumerator for the ExcelCollectionBase.
(Inherited from ExcelCollectionBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also