Class EmptyCellValue
Represents the value of a cell which has no content.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class EmptyCellValue : CellValueBase<string>, ICellValue, IExpressionAwareCellValue
Fields
EmptyValue
Represents Empty cell value.
Declaration
public static readonly EmptyCellValue EmptyValue
Field Value
EmptyCellValue
|
Properties
ValueType
Gets the type of the value.
Declaration
public override CellValueType ValueType { get; }
Property Value
CellValueType
The type of the value. |
Overrides
Telerik.Windows.Documents.Spreadsheet.Model.CellValueBase<System.String>.ValueType
Methods
GetResultValueAsString(CellValueFormat)
Gets the result value as string.
Declaration
public override string GetResultValueAsString(CellValueFormat format)
Parameters
CellValueFormat
format
The format. |
Returns
System.String
|
Overrides
Telerik.Windows.Documents.Spreadsheet.Model.CellValueBase<System.String>.GetResultValueAsString(Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat)
GetValueAsStringOverride(CellValueFormat)
Gets the value as string override.
Declaration
protected override string GetValueAsStringOverride(CellValueFormat format)
Parameters
CellValueFormat
format
The format. |
Returns
System.String
|
Overrides
Telerik.Windows.Documents.Spreadsheet.Model.CellValueBase<System.String>.GetValueAsStringOverride(Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat)