Insert worksheet as linked image into a graph or layout
Minimum Origin Version Required: 9.1 SR0
1.insert_wks_to_layer name:=Book1 table:=1;//Insert the active worksheet in Book1 to the current active graph/layout window as a table object
2.insert_wks_to_layer name:=[Book1]2!;//Insert sheet2 in Book1 to the current active graph/layout window as a bitmap
Please refer to the page for additional option switches when accessing the x-function from script
Input
string
Output
int
This X-Function is used to insert a worksheet to the active graph layer or layout page, you can choose to insert it as a table object or as a bitmap.
add_wks_to_graph,add_table_to_graph, insert_graph_to_layer