Skip to main content
Row

ValueObject.NumericValue Property

Converts the object’s value to numeric and returns the result.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public double NumericValue { get; }

Property Value

Type Description
Double

A Double value.

Remarks

Use the ValueObject.IsNumeric property to determine if the ValueObject has a numeric value.

See Also