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

ValueObject.IsError Property

Gets whether the object contains a Cell Error value.

Namespace: DevExpress.Spreadsheet

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

Declaration

public bool IsError { get; }

Property Value

Type Description
Boolean

true, if the parameter has a cell error value; otherwise, false.

Remarks

To get information on an error, use the ValueObject.ErrorValue property.

See Also