Spread Windows Forms 12.0 Product Documentation
Visible Property (IName)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IName Interface : Visible Property
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
bool Visible {get; set;}

Property Value

true if this defined name is visible; otherwise, false.
See Also

Reference

IName Interface
IName Members