Allows you to remove a row or a column from a table.
Example
Running this code will remove the last row of "&table1".
plugin command("Data and Files Automation.dll", "table remove row/col", &table1, "Remove Row End", 1)
Allows you to remove a row or a column from a table.
Running this code will remove the last row of "&table1".
plugin command("Data and Files Automation.dll", "table remove row/col", &table1, "Remove Row End", 1)
Was this helpful?