Click or drag to resize

ExcelHeaderFooter Class

Represents sheet header/footer.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelHeaderFooter

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

The ExcelHeaderFooter type exposes the following members.

Constructors
 NameDescription
Public methodExcelHeaderFooter Initializes a new SheetHeaderFooter object.
Top
Properties
 NameDescription
Public propertyDifferentFirst Gets or sets if header/footer is different on the first page. Supported in XLSX only.
Public propertyDifferentOddEven Gets or sets if there are different headers/footers on the even and odd pages. Supported in XLSX only.
Public propertyEvenFooter Gets or sets even footer. Supported in XLSX only.
Public propertyEvenHeader Gets or sets even header. Supported in XLSX only.
Public propertyFirstFooter Gets or sets first footer. Supported in XLSX only.
Public propertyFirstHeader Gets or sets first header. Supported in XLSX only.
Public propertyFooter Gets or sets default footer.
Public propertyHeader Gets or sets default header.
Public propertyMarginsAlign Gets or sets if header/footer margin will align with page margins. Supported in XLSX only.
Public propertyScale Gets or sets if headers/footers will be scaled with document scaling. Supported in XLSX only.
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified ExcelHeaderFooter is equal to the current ExcelHeaderFooter.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Returns the hash code of this object.
(Overrides ObjectGetHashCode)
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