Class
TextCellValue

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

Definition

Properties

RawValue

Text content stored in the cell.

Declaration

cs-api-definition
public override string RawValue { get; }

Property Value

string

The raw value.

Overrides CellValueBase<string>.RawValue

ValueType

Returns CellValueType.Text.

Declaration

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

Property Value

CellValueType

The type of the value.

Overrides CellValueBase<string>.ValueType

Methods

GetValueAsStringOverride(CellValueFormat)

Gets the value as string override.

Declaration

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

Parameters

format

CellValueFormat

The format.

Returns

string

Overrides CellValueBase<string>.GetValueAsStringOverride(CellValueFormat)