2.2.3.54 wks_update_link_table


Brief Information

Update contents of linked table

Additional Information

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.

Command Line Usage

1. wks_update_link_table;

2. wks_update_link_table iw:=[table1];

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input Worksheet iw

Input

Worksheet

<active>
This specifies the table to be updated. By default, the active table will be updated.
Activate Graph active

Input

int

1
This specifies whether to activate the graph after updating table links.

Description

This x-function updates the changes in the table.

Examples

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.