TextCellValue
Class
Cell value for plain text content without formatting; use for strings that should not be parsed as numbers or formulas.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class TextCellValue : CellValueBase<string>, ICellValue
Inheritance: objectCellValueBase<string>TextCellValue
Implements:
Inherited Members
Methods
Gets the value as string override.
C#
protected override string GetValueAsStringOverride(CellValueFormat format = null)
The format.
Returns:Overrides:
Properties
Text content stored in the cell.
C#
public override string RawValue { get; }
The raw value.
Overrides:
Returns CellValueType.Text.
C#
public override CellValueType ValueType { get; }
The type of the value.
Overrides: