EmptyCellValue
Class
Cell value for cells with no content; use to represent blank or uninitialized cells.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class EmptyCellValue : CellValueBase<string>, ICellValue
Inheritance: objectCellValueBase<string>EmptyCellValue
Implements:
Inherited Members
Fields
Singleton instance representing an empty cell.
C#
public static readonly EmptyCellValue EmptyValue
Methods
Gets the result value as string.
C#
public override string GetResultValueAsString(CellValueFormat format)
The format.
Returns:Overrides:
Gets the value as string override.
C#
protected override string GetValueAsStringOverride(CellValueFormat format)
The format.
Returns:Overrides:
Properties
Returns CellValueType.Empty.
C#
public override CellValueType ValueType { get; }
The type of the value.
Overrides: