HeaderFooterSectionAppend Method (HeaderFooterFieldType) |
Appends special header/footer field to
Content.
Namespace:
GemBox.Spreadsheet
Assembly:
GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 43.0.35.1005
Syntaxpublic HeaderFooterSection Append(
HeaderFooterFieldType fieldType
)
Public Function Append (
fieldType As HeaderFooterFieldType
) As HeaderFooterSection
Parameters
- fieldType
- Type: GemBox.SpreadsheetHeaderFooterFieldType
Special Header/Footer field.
Return Value
Type:
HeaderFooterSectionA reference to this instance after the append operation has completed.
See Also