VLPropertyList Reference

Read/Write Property Visible

See Also See Also Applies To Applies To

Returns or sets a value indicating whether an object is visible or hidden.

 

Syntax

object.Visible[= boolean]

 

The Visible property syntax has these parts:

Part Description
object An object expression that evaluates to an object present in the Applies to List.
boolean A Boolean expression.

 

Setting

The settings for Value are:

Settings Description
Constant False object is hidden.
Constant True (Default) object is visible.