Spread Silverlight Documentation
CanPrint Property (FloatingObject)


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

Property Value

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

Reference

FloatingObject Class
FloatingObject Members