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

GSpreadsheetsCellDetail Type

Contains the details for a specific cell within a worksheet.

Remarks

This type contains the value and location details for the cell specified by CellIndex.

Fields

Column
Integer

This field contains the column index for the current cell.

This field contains the column index for the current cell and can be used along with Row to identify the location within the worksheet.

InputValue
String

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

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

Note that this field 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 InputValue starts with "=". If so, then use the value contained within NumericValue

NumericValue
String

This field contains the numeric (computed) value of the current cell.

This field contains the computed value of the current cell specified by CellIndex.

This field will only be populated if InputValue contains a formula (i.e. starts with "=").

Row
Integer

This field contains the row index for the current cell.

This field contains the row index for the current cell and can be used along with Column to identify the location within the worksheet.

Constructors

[VB.NET]
Public GSpreadsheetsCellDetail()

[C#]
public GSpreadsheetsCellDetail();



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