Skip to main content
All docs
V19.1
.NET Framework 4.5.2+

Row.HasData Property

Gets a value indicating whether the current row contains data.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool HasData { get; }

Property Value

Type Description
Boolean

true, if the row contains cells with data; otherwise, false.

Remarks

The HasData property returns true if the row contains at least one cell with a value (Range.Value) or formula (Range.Formula).

See Also