Show / Hide Table of Contents

Class UpdateTableRowStyleRequest

Updates the TableRowStyle of rows in a table.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fields

The fields that should be updated. At least one field must be specified. The root tableRowStyle is implied and should not be specified. A single "*" can be used as short-hand for listing every field. For example to update the minimum row height, set fields to "min_row_height".

Declaration
[JsonProperty("fields")]
public virtual object Fields { get; set; }
Property Value
Type Description
object

RowIndices

The list of zero-based row indices whose style should be updated. If no indices are specified, all rows will be updated.

Declaration
[JsonProperty("rowIndices")]
public virtual IList<int?> RowIndices { get; set; }
Property Value
Type Description
IList<int?>

TableRowStyle

The styles to be set on the rows.

Declaration
[JsonProperty("tableRowStyle")]
public virtual TableRowStyle TableRowStyle { get; set; }
Property Value
Type Description
TableRowStyle

TableStartLocation

The location where the table starts in the document.

Declaration
[JsonProperty("tableStartLocation")]
public virtual Location TableStartLocation { get; set; }
Property Value
Type Description
Location

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX