Skip to main content
A newer version of this page is available.
All docs
V18.2

Row.HasData Property

Gets a value indicating whether the current row contains data.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.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