Show / Hide Table of Contents

Class GridCoordinate

A coordinate in a sheet. All indexes are zero-based.

Inheritance
object
GridCoordinate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX