New to Telerik Document ProcessingStart a free 30-day trial

Cell value for cells with no content; use to represent blank or uninitialized cells.

Definition

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)
Parameters:formatCellValueFormat

The format.

Returns:

string

Overrides: CellValueBase<string>.GetResultValueAsString(CellValueFormat)

Gets the value as string override.

C#
protected override string GetValueAsStringOverride(CellValueFormat format)
Parameters:formatCellValueFormat

The format.

Returns:

string

Overrides: CellValueBase<string>.GetValueAsStringOverride(CellValueFormat)

Properties

Returns CellValueType.Empty.

C#
public override CellValueType ValueType { get; }
Property Value:

The type of the value.

Overrides: CellValueBase<string>.ValueType