ValueObject.NumericValue Property
Converts the object’s value to numeric and returns the result.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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