public class SpreadsheetHeaderFooterSectionCollection extends ReadOnlyListBase<SpreadsheetHeaderFooterSection>
Represents a collection of header/footer sections.
Modifier and Type | Method and Description |
---|---|
SpreadsheetHeaderFooterSection |
getBySpreadsheetHeaderFooterSectionType(int headerFooterSectionType)
Gets the header/footer section of specified type.
|
public final SpreadsheetHeaderFooterSection getBySpreadsheetHeaderFooterSectionType(int headerFooterSectionType)
Gets the header/footer section of specified type.
headerFooterSectionType
- A SpreadsheetHeaderFooterSectionType
value
that specifies the type of the section to get.SpreadsheetHeaderFooterSection
of specified type.Copyright © 2020. All rights reserved.