Skip to main content
Row

Worksheet.HasData Property

Checks whether the current worksheet contains data.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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