Move graphs to worksheet cells in an mxn arrangement
1. g2w option:=recursive;
2. g2w option:= recursive cols:=4;
3. g2w embed:=link;
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 |
---|---|---|---|---|
Output Worksheet | ow |
Output Worksheet |
|
Specifies the worksheet which the graphs will be moved into. See the syntax here. |
Move Graphs From | option |
Input int |
|
Specifies the graphs to be moved.
|
Graphs | graphs |
Input string |
|
If the Move Graphs From variable is set to Specified, user can use this text box to enter the names of the graphs to be moved. In this case, the browse button to the right of this text box becomes enabled and you can use it to browse for the graphs to be moved. However, if other options are selected for the Move Graphs From variable, this textbox will be read-only. You can see the names of the graphs that will be moved, but you cannot edit the content of this text box. |
Graph Arrangement | arrange |
Input int |
|
Specifies how to arrange the graphs and their names
|
Columns(N) | cols |
Input double |
|
This variable is available only when the arrange variable is set to NMPanel. It specifies the number of columns that will be used to arrange the graphs. |
Embed | embed |
Input int |
|
Specifies whether or not to embed the graphs. If the graphs are not embedded, they will be linking to the worksheet instead.
|
This function moves the selected graphs into a worksheet. You can use it to arrange graphs.
Graphs can be either embedded into the workbook or linked it. When a graph is embedded, it cannot be seen in the Project Explorer. However, you can open it again by double-clicking on the cell where it is embedded into. When a graph is linked, it will not be moved into the cell. However, you can see a miniature of it there. If you double-click on the cell, the linked graph will be active.
insertGraph, insertSparklines, insertArrow, insertImg, insertNotes, insertVar
Keywords:embedding