Gets or sets the property which determines whether this defined name is visible to the user.
Syntax
'Declaration
Property Visible As Boolean
'Usage
Dim instance As IName
Dim value As Boolean
instance.Visible = value
value = instance.Visible
Property Value
true
if this defined name is visible; otherwise,
false
.
See Also