Class DataSourceTableColumn

  • DataSourceTableColumn allows you to access and modify existing columns in a DataSourceTable .

  • This class should only be used with data connected to a database.

  • You can get the associated data source column or remove the column from the table using the available methods.

  • Using the methods of this class requires specific authorization scopes for spreadsheets.

DataSourceTableColumn

Access and modify an existing column in a DataSourceTable . To add columns to a data source table, use DataSourceTable.addColumns(columnNames) .

Only use this class with data that's connected to a database.

Methods

Method Return type Brief description
Data Source Column Gets the data source column.
void Removes the column from the Data Source Table .

Detailed documentation

getDataSourceColumn()

Gets the data source column.

Return

DataSourceColumn — The data source column.

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

remove()

Removes the column from the DataSourceTable .

Authorization

Scripts that use this method require authorization with one or more of the following scopes :

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets
Design a Mobile Site
View Site in Mobile | Classic
Share by: