LAYOUT

Purpose:

Arranges Worksheet Windows into the specified number of columns and rows.

Syntax:

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.

Example:

layout(1, 4)

 

rearranges the Windows into 1 column by 4 rows.

Remarks:

layout(-1, -1)

 

restores automatic layout.

See Also:

COLLAYOUT

ROWLAYOUT

SETALLWMARGIN

SETWMARGIN

SETWSX

SETWSY