Excel.BooleanCellValue interface
Represents the value of a cell containing a Boolean.
Remarks
Properties
| basic |
Represents the value that would be returned by |
| basic |
Represents the value that would be returned by |
| type | Represents the type of this cell value. |
Property Details
basicType
Represents the value that would be returned by Range.valueTypes for a cell with this value.
basicType?: RangeValueType.boolean | "Boolean";
Property Value
boolean | "Boolean"
Remarks
basicValue
Represents the value that would be returned by Range.values for a cell with this value.
basicValue: boolean;
Property Value
boolean
Remarks
type
Represents the type of this cell value.
type: CellValueType.boolean | "Boolean";
Property Value
boolean | "Boolean"