Spread Silverlight Documentation
CanPrint Property (IFloatingObject)


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

Property Value

true if this floating object can print; otherwise, false.
See Also

Reference

IFloatingObject Interface
IFloatingObject Members