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

RowDetails Property

The row details for the current row in a worksheet.

Syntax

[VB.NET]
Public Property RowDetails As GSpreadsheetsRowDetailList

[C#]
public GSpreadsheetsRowDetailList RowDetails {get;}

Remarks

This is a collection of details about the current row specified by RowIndex.

Below is an example of how the data is shown in an actual Google Spreadsheet and how it is represented in our API.

Shown directly below is a table as it would appear in a Google Spreadsheet. Note that the first row in a spreadsheet is treated as a header row.

Band Lead Singer
UFO Phil Mogg
Scorpions Klaus Meine

Directly below is how the above data is represented in the RowDetails collection when RowIndex = 0:

RowDetailsIndex Header Value
0 Band UFO
1 Lead Singer Phil Mogg

When RowIndex = 1, the RowDetails collection will now look like:

RowDetailsIndex Header Value
0 Band Scorpions
1 Lead Singer Klaus Meine

Default Value

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