@Deprecated public class CellsHeaderFooterSectionCollection extends ReadOnlyListBase<CellsHeaderFooterSection>
Represents a collection of header/footer sections.
Modifier and Type | Method and Description |
---|---|
CellsHeaderFooterSection |
getByCellsHeaderFooterSectionType(int headerFooterSectionType)
Deprecated.
Gets the header/footer section of specified type.
|
public final CellsHeaderFooterSection getByCellsHeaderFooterSectionType(int headerFooterSectionType)
Gets the header/footer section of specified type.
headerFooterSectionType
- A CellsHeaderFooterSectionType
value
that specifies the type of the section to get.CellsHeaderFooterSection
of specified type.