Item

SpreadsheetHeaderFooterCollection indexer

Gets the header or footer of specified type.

public SpreadsheetHeaderFooter this[OfficeHeaderFooterType headerFooterType] { get; }
Parameter Description
headerFooterType A OfficeHeaderFooterType value that specifies the type of the header/footer to get.

Property Value

The SpreadsheetHeaderFooter of specified type.

See Also