public class SpreadsheetHeaderFooterSectionCollection extends ReadOnlyListBase<SpreadsheetHeaderFooterSection>
This collection contains the items of
type.SpreadsheetHeaderFooterSection
Modifier and Type | Method and Description |
---|---|
SpreadsheetHeaderFooterSection |
getBySpreadsheetHeaderFooterSectionType(int headerFooterSectionType)
Gets the header/footer section of specified type.
|
public final SpreadsheetHeaderFooterSection getBySpreadsheetHeaderFooterSectionType(int headerFooterSectionType)
headerFooterSectionType
- A SpreadsheetHeaderFooterSectionType
value
that specifies the type of the section to get.SpreadsheetHeaderFooterSection
of specified type.