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

ValueObject.NumericValue Property

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

Namespace: DevExpress.Spreadsheet

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

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