Click or drag to resize

ExcelLineCollectionBase Class

Base class for row and column collections.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelCollectionBase
    SautinSoft.ExcelExcelLineCollectionBase
      SautinSoft.ExcelExcelColumnCollection
      SautinSoft.ExcelExcelRowCollection

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

The ExcelLineCollectionBase type exposes the following members.

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