Allows you to insert a row or a column into a table.
Example
Running this code will insert a "row 1" in "&table1".
plugin command("Data and Files Automation.dll", "table insert", &table1, "Row", 1)
Allows you to insert a row or a column into a table.
Running this code will insert a "row 1" in "&table1".
plugin command("Data and Files Automation.dll", "table insert", &table1, "Row", 1)
Was this helpful?