Insert a data table into a word document.
Creates a table into a word document from the datatable variable. The table is created at a position relative to a specified bookmark or new line.
This activity can only be used after the Open Word Document activity.
Input : WordHandle Variable The word handle object to reference the opened word document.
WordHandle Variable
Data Table : DataTable Variable The data table that is to be inserted.
DataTable Variable
Bookmark : String ArgumentOptional The bookmark in which the data table is to be inserted.
String Argument
Optional
New Line : Integer ArgumentOptional The number of lines in which the data table is to be inserted.
Integer Argument
Position : Optional
Before - The data table will be inserted before the bookmark. (default)
Before
default
After - The data table will be inserted after the bookmark.
After
Last updated 3 years ago