Class BooleanCellValue
Represents the value of a cell which contains a true or false value.
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 type of the value.
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)