Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / PrintObject Property


In This Topic
PrintObject Property (DrawingObject)
In This Topic
Gets or sets a boolean value indicating whether the object will be printed when the document is printed.
Syntax
'Declaration
 
Public Property PrintObject As Boolean
 
'Usage
 
Dim instance As DrawingObject
Dim value As Boolean
 
instance.PrintObject = value
 
value = instance.PrintObject

Property Value

true if the object will be printed when the document is printed; otherwise, false.
See Also