GSpreadsheetsRowDetail Type
Contains the details for each of the cells within a single row.
Remarks
The GSpreadsheetsRowDetail List is populated when RowIndex is set and is populated with the details of each cell within the specified row.
Fields
Header String |
This field contains the header name. This field contains the header name that Value pertains to for the current row specified by RowIndex. |
Value String |
This field contains the value of the current cell in the row. This field contains the value of the current cell in the row specified by RowIndex. |
Constructors
public GSpreadsheetsRowDetail();