@Deprecated public class CellsHeaderFooterCollection extends ReadOnlyListBase<CellsHeaderFooter>
Represents a collection of headers and footers in an Excel document.
Modifier and Type | Method and Description |
---|---|
CellsHeaderFooter |
getByOfficeHeaderFooterType(int headerFooterType)
Deprecated.
Gets the header or footer of specified type.
|
public final CellsHeaderFooter getByOfficeHeaderFooterType(int headerFooterType)
Gets the header or footer of specified type.
headerFooterType
- A OfficeHeaderFooterType
value
that specifies the type of the header/footer to get.CellsHeaderFooter
of specified type.Copyright © 2020. All rights reserved.