Class
EmptyCellValue

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

Definition

Fields

EmptyValue

Singleton instance representing an empty cell.

Declaration

cs-api-definition
public static readonly EmptyCellValue EmptyValue

Field Value

EmptyCellValue

Properties

ValueType

Returns CellValueType.Empty.

Declaration

cs-api-definition
public override CellValueType ValueType { get; }

Property Value

CellValueType

The type of the value.

Overrides CellValueBase<string>.ValueType

Methods

GetResultValueAsString(CellValueFormat)

Gets the result value as string.

Declaration

cs-api-definition
public override string GetResultValueAsString(CellValueFormat format)

Parameters

format

CellValueFormat

The format.

Returns

string

Overrides CellValueBase<string>.GetResultValueAsString(CellValueFormat)

GetValueAsStringOverride(CellValueFormat)

Gets the value as string override.

Declaration

cs-api-definition
protected override string GetValueAsStringOverride(CellValueFormat format)

Parameters

format

CellValueFormat

The format.

Returns

string

Overrides CellValueBase<string>.GetValueAsStringOverride(CellValueFormat)