Update contents of linked table
This is the command behind the "Update Table" button when you double-click a Table on a graph. This X-Function is not designed for Auto GetN Dialog.
1. wks_update_link_table;
2. wks_update_link_table iw:=[table1];
Please refer to the page for additional option switches when accessing the x-function from script
Input
Worksheet
int
This x-function updates the changes in the table.
Add a table using the New Link Table button in the standard menu on a graph. Active the table and make some changes in the table. And then type wks_update_link_table in the command window. This will update the changes to the table on the graph.
wks_update_link_table