WorksheetHeaderFooter.IsEmpty Property
Indicates whether the header or footer is empty.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the header or footer is empty; otherwise, false. |
Remarks
A header or footer is empty if it does not contain any text in all available locations, i.e., the WorksheetHeaderFooter.Left, WorksheetHeaderFooter.Center and WorksheetHeaderFooter.Right values are empty strings.
See Also