Class
BooleanCellValue

Stores a boolean (true or false) value for a cell, rendering as uppercase text in the cell.

Definition

Properties

ValueType

Gets the value type as Boolean.

Declaration

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

Property Value

CellValueType

The type of the value.

Overrides CellValueBase<bool>.ValueType

Methods

GetValueAsStringOverride(CellValueFormat)

Gets the value as string override.

Declaration

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

Parameters

format

CellValueFormat

The format.

Returns

string

Overrides CellValueBase<bool>.GetValueAsStringOverride(CellValueFormat)