Interface ICellValue
Defines members for the cell value types.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface ICellValue
Properties
RawValue
Gets the raw value.
Declaration
string RawValue { get; }
Property Value
System.String
The raw value. |
ResultValueType
Gets the type of the result value.
Declaration
CellValueType ResultValueType { get; }
Property Value
CellValueType
The type of the result value. |
ValueType
Gets the type of the value.
Declaration
CellValueType ValueType { get; }
Property Value
CellValueType
The type of the value. |
Methods
GetResultValueAsString(CellValueFormat)
Gets the result value as string.
Declaration
string GetResultValueAsString(CellValueFormat format)
Parameters
CellValueFormat
format
The format. |
Returns
System.String
|
GetValueAsString(CellValueFormat)
Gets the value as string.
Declaration
string GetValueAsString(CellValueFormat format)
Parameters
CellValueFormat
format
The format. |
Returns
System.String
|