Action group: Version
The action inserts a new column to the left of the specified column.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with ods/xlsx table. | Robin.OpenSheetD oc | Yes | |
Column name | The name of the column before which you want to paste the new column. If the field is not filled in, the column will be determined by the value from the «Column index» field. | Robin.String | No | |
Column index | The ordinal number of the column to insert a new column before. The numbering starts from 1. | Robin.Numeric | No | |
Values | Values for the new column. | Robin.Collection | No |
None.
There is a tabular document. It is necessary to insert a column with data on capitals to the right of the column with countries.
Solution
Use the actions "Open", "Paste column", "Save".
The program robot completed successfully.
The column has been added to the document.