Spread Silverlight Documentation
Visible Property (IFloatingObject)


GrapeCity.Windows.SpreadSheet.Data Namespace > IFloatingObject Interface : Visible Property
Gets or sets a value that indicates whether this floating object is visible.
Syntax
'Declaration
 
Property Visible As System.Boolean
'Usage
 
Dim instance As IFloatingObject
Dim value As System.Boolean
 
instance.Visible = value
 
value = instance.Visible
System.bool Visible {get; set;}

Property Value

true if visible; otherwise, false.
See Also

Reference

IFloatingObject Interface
IFloatingObject Members