NumericCellValue Property

Summary

Retrieves the numerical value of a cell such as formatted numbers and dates.

Syntax

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

Property Value

The numeric value of the cell.

Remarks

The NumericCellValue property simplifies the process of working with numeric data in sheets by providing a direct way to access the cell's content as a numeric value, which can then be used in calculations, analyses, or data transformations.

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.