Click or drag to resize

ExcelLineBase Class

Base class for the excel column and row classes.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelLineBase
    SautinSoft.ExcelExcelColumn
    SautinSoft.ExcelExcelRow

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

The ExcelLineBase type exposes the following members.

Properties
 NameDescription
Public propertyCollapsed Gets or sets whether object is collapsed in outlining.
Public propertyHidden Gets or sets whether excel object is hidden.
Public propertyIndex Gets the index.
Public propertyIsStyleDefault Returns true if style is "default"; otherwise, false.
Public propertyOutlineLevel Gets or sets outline level.
Public propertyStyle Gets or sets cell style (CellStyle) of contained cells.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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