Skip to main content
A newer version of this page is available. .

XlHeaderFooter() Constructor

Initializes a new instance of the XlHeaderFooter class with the default settings.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public XlHeaderFooter()

Remarks

An instance of the XlHeaderFooter class is accessible by using the IXlSheet.HeaderFooter property.

See Also