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
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input Worksheet | iw |
Input Worksheet |
|
This specifies the table to be updated. By default, the active table will be updated. |
Activate Graph | active |
Input int |
This specifies whether to activate the graph after updating table links. |
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.