Class TableColumnProperties
The table column.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class TableColumnProperties : IDirectResponseSchema
Properties
ColumnIndex
The 0-based column index. This index is relative to its position in the table and is not necessarily the same as the column index in the sheet.
Declaration
[JsonProperty("columnIndex")]
public virtual int? ColumnIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
ColumnName
The column name.
Declaration
[JsonProperty("columnName")]
public virtual string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
string |
ColumnType
The column type.
Declaration
[JsonProperty("columnType")]
public virtual string ColumnType { get; set; }
Property Value
Type | Description |
---|---|
string |
DataValidationRule
The column data validation rule. Only set for dropdown column type.
Declaration
[JsonProperty("dataValidationRule")]
public virtual TableColumnDataValidationRule DataValidationRule { get; set; }
Property Value
Type | Description |
---|---|
TableColumnDataValidationRule |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |