←Select platform

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

C#
C++/CLI
Python
public bool BoolCellValue { get; } 
public:  
   property bool BoolCellValue 
   { 
      bool get() 
   } 
BoolCellValue # get  (Cell) 

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.LEADOffice.Sheet Namespace

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

Leadtools.Document.LEADOffice Assembly

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