Insert Column
Inserts a new column to given Excel file.
Input
- Range: The range where the column will be inserted
- Type:
System.String - Required
- Type:
- Add Header: The header of the column
- Type:
System.String
- Type:
- Where to Insert: Information about where the column should be inserted (to the right or to the left).
- Type:
System.Int32 - Required
- Dropdown Options:
- Start
- End
- Specific Index
- Type:
- Relative to Column: If there is no heading, enter the code of the column. (A, B, C etc.)
- Type:
System.String - Required
- Type:
Options
- Has Headers: If there are headers in the range where it will be inserted, it should be checked.
- Type:
System.Boolean - Required
- Type:
Details
- This activity can only be used within the Use Excel File activity. Excel application must be installed on the machine where the process will run.