Show / Hide Table of Contents

Class TableCellLocation

A location of a single table cell within a table.

Inheritance
object
TableCellLocation
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.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TableCellLocation : IDirectResponseSchema

Properties

ColumnIndex

The 0-based column index.

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 0-based row index.

Declaration
[JsonProperty("rowIndex")]
public virtual int? RowIndex { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX