Spreadsheet Integrator - Online Help
Available for:
Spreadsheet Integrator
Questions / Feedback?

CellNumericValue Property

The numeric value of the cell, if any.

Syntax

[VB.NET]
Public ReadOnlyProperty CellNumericValue As String

[C#]
public string CellNumericValue {get;}

Remarks

This property holds the numeric value of the cell, if any. If Google determines the cell value to be numeric this properly reflects the raw numeric value. For instance if CellText holds "2" this property holds "2.0". Dates will also have a numeric value, for instance if CellText holds "11/12/2014" this property holds "41955.0".

This value is calculated automatically by Google and returned when setting Cell.

This property is read-only and not available at design time.

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0