DADiSP Worksheet Functions > Function Categories > Display and Manipulation > TILE

 

TILE

Purpose:

Arranges the screen into equal-sized windows.

Syntax:

TILE(mode)

mode

-

Optional. An integer, the Window tile mode:

0:

Auto tile (default)

1:

Tile vertically

2:

Tile horizontally

3:

Tile equal size

Example:

newworksheet(7)

 

tile(0)

tile(1)

tile(2)

tile(3)

 

creates a 7 Window worksheet. Each of the tile modes are applied to the Window layout.

See Also:

COLLAYOUT

NEATEN

ROWLAYOUT