BooleanCellValue
Class
Stores a boolean (true or false) value for a cell, rendering as uppercase text in the cell.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class BooleanCellValue : CellValueBase<bool>, ICellValue
Inheritance: objectCellValueBase<bool>BooleanCellValue
Implements:
Inherited Members
Methods
Gets the value as string override.
C#
protected override string GetValueAsStringOverride(CellValueFormat format)
The format.
Returns:Overrides:
Properties
Gets the value type as Boolean.
C#
public override CellValueType ValueType { get; }
The type of the value.
Overrides: