Skip to main content
Row

ValueObject.IsNumeric Property

Gets whether the object originates from a number.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool IsNumeric { get; }

Property Value

Type Description
Boolean

true, if the object has a numerical value; otherwise, false.

Remarks

Use the ValueObject.NumericValue to get the Double value of the object.

See Also