BoolCellValue Property

Summary

Gets the value of the cell that is expected to be a boolean. This property is designed to access the logical value contained within the cell and it is useful in logical operations, condition checks, or representing binary states.

Syntax

TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'boolCellValue', 
	get: function() 
) 
boolCellValue: boolean; // read-only 

Property Value

The boolean value of the cell.

Remarks

The BoolCellValue property simplifies the process of dealing with cells that are specifically intended to hold binary data, such as true/false or yes/no values. This property is crucial in scenarios where sheets are used for logical operations or any application requiring binary decisions.

Requirements

Target Platforms

See Also

Cell Class

Cell Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.