CellRange.HasData Property
Checks whether the current cell range 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 range contains a value or formula; otherwise, false. |
See Also