Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorksheetHeaderFooter.IsEmpty Property

Indicates whether the header or footer is empty.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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