SetCellNumericValue Method

Summary

Sets a cell's content to a numeric value of type double within a sheet. Enables the direct input of numbers into a cell, facilitating numerical data handling in applications.

Syntax

TypeScript
JavaScript
Cell.prototype.setCellNumericValue = function( 
   value 
) 
setCellNumericValue( 
   value: number 
): void; 

Parameters

value

The double number to be assigned to the cell.

Remarks

This method is essential for inserting numeric data into a cell, particularly useful in scenarios involving calculations, statistical analysis, financial data, and any other numerical operation.

Depending on the implementation, setting a numeric value in a cell might also influence the cell's format.

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.