Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Table |
Table.clone() |
Table |
UpdateTableRequest.getTable()
Required.
|
Table |
AddTableResponse.getTable()
Output only.
|
Table |
AddTableRequest.getTable()
Required.
|
Table |
Table.set(String fieldName,
Object value) |
Table |
Table.setColumnProperties(List<TableColumnProperties> columnProperties)
The table column properties.
|
Table |
Table.setName(String name)
The table name.
|
Table |
Table.setRange(GridRange range)
The table range.
|
Table |
Table.setRowsProperties(TableRowsProperties rowsProperties)
The table rows properties.
|
Table |
Table.setTableId(String tableId)
The id of the table.
|
Modifier and Type | Method and Description |
---|---|
List<Table> |
Sheet.getTables()
The tables on this sheet.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest |
UpdateTableRequest.setTable(Table table)
Required.
|
AddTableResponse |
AddTableResponse.setTable(Table table)
Output only.
|
AddTableRequest |
AddTableRequest.setTable(Table table)
Required.
|
Modifier and Type | Method and Description |
---|---|
Sheet |
Sheet.setTables(List<Table> tables)
The tables on this sheet.
|
Copyright © 2011–2025 Google. All rights reserved.