iRobo.Activity.Insert Table

Inserts a DataTable to a Word Document page.

     Note: 

         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

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Excel Read Range Activity to the Sequence.
  3. Add  Excel file path by clicking the button in the activity.
  4. Drag Insert Table Activity to the Sequence.
  5. Create DataTable Variable to add into DataTable field in Property Panel.
  6. Click Save button from iRobo Studio Menu to save Workflow.
  7. Click Play button to start the automated process.


Created with the Personal Edition of HelpNDoc: Free help authoring environment