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

Worksheet.HasData Property

Checks whether the current worksheet contains data.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool HasData { get; }

Property Value

Type Description
Boolean

true, if any cell in the current worksheet contains a value or formula; otherwise, false.

See Also