Class UpdateTableColumnPropertiesRequest
Updates the TableColumnProperties of columns in a table.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class UpdateTableColumnPropertiesRequest : IDirectResponseSchema
Properties
ColumnIndices
The list of zero-based column indices whose property should be updated. If no indices are specified, all columns will be updated.
Declaration
[JsonProperty("columnIndices")]
public virtual IList<int?> ColumnIndices { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |
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 tableColumnProperties
is
implied and should not be specified. A single "*"
can be used as short-hand for listing every field. For
example to update the column width, set fields
to "width"
.
Declaration
[JsonProperty("fields")]
public virtual object Fields { get; set; }
Property Value
Type | Description |
---|---|
object |
TableColumnProperties
The table column properties to update. If the value of table_column_properties#width
is less than 5 points
(5/72 inch), a 400 bad request error is returned.
Declaration
[JsonProperty("tableColumnProperties")]
public virtual TableColumnProperties TableColumnProperties { get; set; }
Property Value
Type | Description |
---|---|
TableColumnProperties |
TableStartLocation
The location where the table starts in the document.
Declaration
[JsonProperty("tableStartLocation")]
public virtual Location TableStartLocation { get; set; }
Property Value
Type | Description |
---|---|
Location |