Skip to main content
Row

CellRange.HasData Property

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

See Also