New to Telerik Document ProcessingStart a free 30-day trial

Cell value for plain text content without formatting; use for strings that should not be parsed as numbers or formulas.

Definition

Methods

Gets the value as string override.

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

The format.

Returns:

string

Overrides: CellValueBase<string>.GetValueAsStringOverride(CellValueFormat)

Properties

Text content stored in the cell.

C#
public override string RawValue { get; }
Property Value:

The raw value.

Overrides: CellValueBase<string>.RawValue

Returns CellValueType.Text.

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

The type of the value.

Overrides: CellValueBase<string>.ValueType