←Select platform

NumericCellValue Property

Summary

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

Syntax

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

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.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.