Share via


CustomSheetView.HeaderFooter Property

Header Footer Settings.Represents the element tag in schema: x:headerFooter

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property HeaderFooter As HeaderFooter
    Get
    Set
'Usage
Dim instance As CustomSheetView
Dim value As HeaderFooter

value = instance.HeaderFooter

instance.HeaderFooter = value
public HeaderFooter HeaderFooter { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.HeaderFooter
Returns HeaderFooter.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace