Class GridCoordinate
A coordinate in a sheet. All indexes are zero-based.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class GridCoordinate : IDirectResponseSchema
Properties
ColumnIndex
The column index of the coordinate.
Declaration
[JsonProperty("columnIndex")]
public virtual int? ColumnIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RowIndex
The row index of the coordinate.
Declaration
[JsonProperty("rowIndex")]
public virtual int? RowIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
SheetId
The sheet this coordinate is on.
Declaration
[JsonProperty("sheetId")]
public virtual int? SheetId { get; set; }
Property Value
Type | Description |
---|---|
int? |