XlHeaderFooter.FirstFooter Property
Gets or sets the text to be displayed in the footer of the first worksheet page.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String object that specifies the footer for the first page. |
Remarks
If the XlHeaderFooter.DifferentFirst property is set to true, the FirstFooter property allows you to set the footer content for the first page. Otherwise, settings for the first page are ignored.
See Also