ClassNumberCellValue
Class
Cell value for numeric data stored as double-precision floating-point; use for numbers, dates, times, and percentages.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class NumberCellValue : CellValueBase<double>, ICellValue
Inheritance: objectCellValueBase<double>NumberCellValue
Implements:
Inherited Members
Properties
RawValue
Numeric value converted to string using the current culture.
Declaration
cs-api-definition
public override string RawValue { get; }
Property Value
The raw value.
Overrides
ValueType
Returns CellValueType.Number.
Declaration
cs-api-definition
public override CellValueType ValueType { get; }
Property Value
The type of the value.
Overrides
Methods
GetHashCode()
Serves as a hash function for a particular type.
GetValueAsStringOverride(CellValueFormat)
Gets the value as string override.
Declaration
cs-api-definition
protected override string GetValueAsStringOverride(CellValueFormat format)
Parameters
format
The format.
Returns
Overrides