Class BooleanCellValue
Stores a boolean (true or false) value for a cell, rendering as uppercase text in the cell.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class BooleanCellValue : CellValueBase<bool>, ICellValue, IExpressionAwareCellValue
Properties
ValueType
Gets the value type as Boolean.
Declaration
public override CellValueType ValueType { get; }
Property Value
|
CellValueType
The type of the value. |
Overrides
Telerik.Windows.Documents.Spreadsheet.Model.CellValueBase<System.Boolean>.ValueType
Methods
GetValueAsStringOverride(CellValueFormat)
Gets the value as string override.
Declaration
protected override string GetValueAsStringOverride(CellValueFormat format)
Parameters
|
CellValueFormat
format
The format. |
Returns
|
System.String
|
Overrides
Telerik.Windows.Documents.Spreadsheet.Model.CellValueBase<System.Boolean>.GetValueAsStringOverride(Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat)