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

 

ROWLAYOUT

Purpose:

Arranges Worksheet Windows into the indicated number of columns per row.

Syntax:

ROWLAYOUT(col1, col2, col3, ..., colN)

colN

-

One or more integers. Number of columns for row N.

Example:

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.

Remarks:

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

See Also:

COLLAYOUT

LAYOUT

SETALLWMARGIN

SETWMARGIN

SETWSX

SETWSY