Arranges Worksheet Windows into the specified number of columns and rows.
LAYOUT(cols, rows)
cols |
- |
An integer. Number of Windows oriented horizontally in new layout. |
row |
- |
An integer. Number of Windows oriented vertically in new layout. |
layout(1, 4)
rearranges the Windows into 1 column by 4 rows.
layout(-1, -1)
restores automatic layout.