SetCellBooleanValue Method

Summary

Assigns a boolean value to a specific cell within a sheet.

Syntax

TypeScript
JavaScript
Cell.prototype.setCellBooleanValue = function( 
   value 
) 
setCellBooleanValue( 
   value: boolean 
): void; 

Parameters

value

The boolean value to be set in the cell.

Remarks

The SetCellBooleanValue method is tailored for boolean values to allow users to directly set a cell's content to either true or false.

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.