GrapeCity.Xaml.SpreadSheet.Data
CanPrint Property (IFloatingObject)


GrapeCity.Xaml.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 Boolean
'Usage
 
Dim instance As IFloatingObject
Dim value As Boolean
 
instance.CanPrint = value
 
value = instance.CanPrint
bool CanPrint {get; set;}

Property Value

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

Reference

IFloatingObject Interface
IFloatingObject Members