GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / Visible Property


In This Topic
Visible Property (IGroupShape)
In This Topic
Gets or sets a boolean value that determines whether the shape is visible.
Syntax
'Declaration
 
Property Visible As Boolean
 
'Usage
 
Dim instance As IGroupShape
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible

Property Value

true if the shape is visible; otherwise, false.
See Also