Item

SpreadsheetHeaderFooterSectionCollection indexer

Gets the header/footer section of specified type.

public SpreadsheetHeaderFooterSection this[
    SpreadsheetHeaderFooterSectionType headerFooterSectionType] { get; }
Parameter Description
headerFooterSectionType A SpreadsheetHeaderFooterSectionType value that specifies the type of the section to get.

Property Value

The SpreadsheetHeaderFooterSection of specified type.

See Also