iRobo.Activity.Insert Table
Inserts a DataTable to a Word Document page.
Before using Office Activities, check Office Automation prerequisites from Office Page. |
Properties
Destination
- DocumentPath - Enter Word Document path, including name and extension. (Mandatory)
Input
- DataTable - EnterDataTable Variable to add to the document. (Mandatory)
Misc
- DisplayName - Activity header name.
Optional Formatting
- HeaderFontSize - Get Integer value for the font size of Table Header.
- HeaderFontStyle - Get String input for font style name of Table Header, for example: "Ariel".
- RowFontSize - Get Integer value for font size of Table Rows.
- RowFontStyle - Get String input for font style of Table Rows, for example: "Ariel".
Steps of Using Insert Table
- Open iRobo Studio, and then open a new Workflow.
- Drag Excel Read Range Activity to the Sequence.
- Add Excel file path by clicking the button in the activity.
- Drag Insert Table Activity to the Sequence.
- Create DataTable Variable to add into DataTable field in Property Panel.
- Click Save button from iRobo Studio Menu to save Workflow.
- Click Play button to start the automated process.
Created with the Personal Edition of HelpNDoc: Free help authoring environment