Skip to main content
Row

WorksheetHeaderFooter.IsEmpty Property

Indicates whether the header or footer is empty.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool IsEmpty { get; }

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