Retrieves the numerical value of a cell such as formatted numbers and dates.
public double NumericCellValue { get; }
The numeric value of the cell.
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.