Class PinTableHeaderRowsRequest
Updates the number of pinned table header rows in a table.
Implements
Inherited Members
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 |