DADiSP Worksheet Functions > Function Categories > Window Sizing & Layout > COLLAYOUT
Arranges Worksheet Windows into the indicated number of rows per column.
COLLAYOUT(row1, row2, row3, ..., rowN)
rowN |
- |
One or more integers. Number of rows for column N. |
Nothing, draws the Worksheet Windows into the specified rows per column.
collayout(1, 3, 2)
creates three columns of Windows, where the first column has 1 row, the second column has three rows and the last column has two rows.
The number of Windows in a row or column resulting from COLLAYOUT must be less than or equal to ten.