ClassEmptyCellValue
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:
cs-api-definition
public class EmptyCellValue : CellValueBase<string>, ICellValue
Inheritance: objectCellValueBase<string>EmptyCellValue
Implements:
Inherited Members
Fields
EmptyValue
Singleton instance representing an empty cell.
Declaration
cs-api-definition
public static readonly EmptyCellValue EmptyValue
Field Value
Properties
ValueType
Returns CellValueType.Empty.
Declaration
cs-api-definition
public override CellValueType ValueType { get; }
Property Value
The type of the value.
Overrides
Methods
GetResultValueAsString(CellValueFormat)
Gets the result value as string.
Declaration
cs-api-definition
public override string GetResultValueAsString(CellValueFormat format)
Parameters
format
The format.
Returns
Overrides
GetValueAsStringOverride(CellValueFormat)
Gets the value as string override.
Declaration
cs-api-definition
protected override string GetValueAsStringOverride(CellValueFormat format)
Parameters
format
The format.
Returns
Overrides