public class SpreadsheetHeaderFooterCollection extends ReadOnlyListBase<SpreadsheetHeaderFooter>
This collection contains the items of type.SpreadsheetHeaderFooter
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetHeaderFooter |
getByOfficeHeaderFooterType(int headerFooterType)
Gets the header or footer of specified type.
|
public final SpreadsheetHeaderFooter getByOfficeHeaderFooterType(int headerFooterType)
headerFooterType - A OfficeHeaderFooterType value that specifies the type of the header/footer to get.SpreadsheetHeaderFooter of specified type.