DADiSP Worksheet Functions > Function Categories > Window Sizing & Layout > COLLAYOUT

 

COLLAYOUT

Purpose:

Arranges Worksheet Windows into the indicated number of rows per column.

Syntax:

COLLAYOUT(row1, row2, row3, ..., rowN)

rowN

-

One or more integers. Number of rows for column N.

Returns:

Nothing, draws the Worksheet Windows into the specified rows per column.

Example:

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.

Remarks:

The number of Windows in a row or column resulting from COLLAYOUT must be less than or equal to ten.

See Also:

LAYOUT

ROWLAYOUT

SETALLWMARGIN

SETWMARGIN

SETWSX

SETWSY