Show / Hide Table of Contents

Class PinTableHeaderRowsRequest

Updates the number of pinned table header rows in a table.

Inheritance
object
PinTableHeaderRowsRequest
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 PinTableHeaderRowsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PinnedHeaderRowsCount

The number of table rows to pin, where 0 implies that all rows are unpinned.

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

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