SpreadsheetHeaderFooter

SpreadsheetHeaderFooter class

Represents a header/footer in an Excel document.

public class SpreadsheetHeaderFooter

Properties

Name Description
HeaderFooterType { get; } Gets the type of this SpreadsheetHeaderFooter.
Sections { get; } Gets the collection of header/footer sections.
Worksheet { get; } Gets the parent worksheet of this SpreadsheetHeaderFooter.

See Also