CellValue.NumericValue Property
Gets or sets the numeric value of the cell.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Double | The numeric cell value. |
Remarks
Use the CellValue.IsNumeric property to determine whether the cell value is numeric.
See Also