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

 

HIDE

Purpose:

Hides a range of Windows.

Syntax:

HIDE(W1, W2, ..., WN)

WN

-

Optional. One or more Windows. Defaults to the current Window.

Example:

If a Worksheet contained 10 Windows,

 

hide(W2, W4, W7..W9)

 

hides Windows 2, 4, 7, 8, and 9, and display the remaining Windows.

Remarks:

HIDE will retain the custom Worksheet layout. Hidden Windows still automatically recalculate.

 

To redisplay all of the Windows, use DISPLAYALL

 

See HIDEALL to hide all windows.

See Also:

DISPLAYALL

DISPLAY

HIDEALL