Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
TableColumnProperties |
TableColumnProperties.clone() |
TableColumnProperties |
TableColumnProperties.set(String fieldName,
Object value) |
TableColumnProperties |
TableColumnProperties.setColumnIndex(Integer columnIndex)
The 0-based column index.
|
TableColumnProperties |
TableColumnProperties.setColumnName(String columnName)
The column name.
|
TableColumnProperties |
TableColumnProperties.setColumnType(String columnType)
The column type.
|
TableColumnProperties |
TableColumnProperties.setDataValidationRule(TableColumnDataValidationRule dataValidationRule)
The column data validation rule.
|
Modifier and Type | Method and Description |
---|---|
List<TableColumnProperties> |
Table.getColumnProperties()
The table column properties.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setColumnProperties(List<TableColumnProperties> columnProperties)
The table column properties.
|
Copyright © 2011–2025 Google. All rights reserved.