Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

CellDetailInputValue Property

This property contains the input (actual physically entered) value of the current cell.

Object Oriented Interface

public function getCellDetailInputValue();
public function setCellDetailInputValue($value);

Procedural Interface

ingoogle_gspreadsheets_get($res, 5 );
ingoogle_gspreadsheets_set($res, 5, $value );

Default Value

''

Remarks

This property contains the input (actual physically entered) value of the current cell.

This property contains the input (actual physically entered) value of the current cell specified by CellIndex.

Note that this property can return formulas (such as "=SUM(1, 1)". In such a case that you want the computed value, instead of the formula, you can check if the returned CellDetailInputValue starts with "=". If so, then use the value contained within CellDetailNumericValue

The size of the array is controlled by the CellDetailCount property.

This property is not available at design time.

Data Type

String

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