Action group: Excel
The action allows you to add a row on top of the row selected by index in an Excel document.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with an Excel documents | Robin.Excel | Excel context | Yes |
Row index | The index of the row before which the new row is to be inserted. | Robin.Numeric | Yes | |
Values | If the parameter is filled, then the new row will include the values from the collection. | Robin.Collection | No |
None.
There is an Excel-document with a table.
Add a row with data after the first row in the table.
Use the "Open", "Add row", "Save" actions.
The program robot completed successfully.
The new row was added to the table.