Click or drag to resize

ExcelCollectionBase Class

Base class for row, column and cell collections.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelCollectionBase
    SautinSoft.ExcelExcelLineCollectionBase

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public abstract class ExcelCollectionBase : IEnumerable

The ExcelCollectionBase type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of currently allocated elements.
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.
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