Last Updated: Mar 15, 2021
Use this function to insert an empty column at the given index positions in a worksheet.
Insert Column (id_or_url, sheet_name_or_index , start_index, end_index, inherit_from_before, private_key, cient_email)
| Input Parameter Name | Description | 
|---|---|
| id_or_url | ID or URL of Google Sheet | 
| sheet_name_or_index | Name or index of worksheet | 
| start_index | Start index of a column | 
| end_index | End index of a column | 
| inherit_from_before | Allowed inputs are:
  | 
| private_key | Private key of the service account | 
| client_email | Email ID of the service account | 
| Return Value | Description | 
|---|---|
| Output | 
  | 
Insert Column (ABC123, Invoice, 2, 5, True, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view all the Google Sheets functions, click here.