Item

WordProcessingHeaderFooterCollection indexer

Gets the header or footer of specified type.

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

Property Value

The WordProcessingHeaderFooter of specified type.

See Also