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

CellRange.HasData Property

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

See Also