Class InsertTableRequest
Inserts a table at the specified location. A newline character will be inserted before the inserted table.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class InsertTableRequest : IDirectResponseSchema
Properties
Columns
The number of columns in the table.
Declaration
[JsonProperty("columns")]
public virtual int? Columns { 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 |
EndOfSegmentLocation
Inserts the table at the end of the given header, footer or document body. A newline character will be inserted before the inserted table. Tables cannot be inserted inside a footnote.
Declaration
[JsonProperty("endOfSegmentLocation")]
public virtual EndOfSegmentLocation EndOfSegmentLocation { get; set; }
Property Value
Type | Description |
---|---|
EndOfSegmentLocation |
Location
Inserts the table at a specific model index. A newline character will be inserted before the inserted table, therefore the table start index will be at the specified location index + 1. The table must be inserted inside the bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. between an existing table and its preceding paragraph). Tables cannot be inserted inside a footnote or equation.
Declaration
[JsonProperty("location")]
public virtual Location Location { get; set; }
Property Value
Type | Description |
---|---|
Location |
Rows
The number of rows in the table.
Declaration
[JsonProperty("rows")]
public virtual int? Rows { get; set; }
Property Value
Type | Description |
---|---|
int? |