DADiSP Worksheet Functions > Function Categories > Window Sizing & Layout > ROWLAYOUT
Arranges Worksheet Windows into the indicated number of columns per row.
ROWLAYOUT(col1, col2, col3, ..., colN)
colN |
- |
One or more integers. Number of columns for row N. |
rowlayout(1, 3, 2)
creates three rows of Windows, where the first row has 1 column, the second row has three columns and the last row has two columns.
The number of Windows in a row or column resulting from ROWLAYOUT must be less than or equal to ten.