Worksheet.HasData Property
Checks whether the current worksheet contains data.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if any cell in the current worksheet contains a value or formula; otherwise, false. |
See Also