Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / PrintObject Property


In This Topic
PrintObject Property (ExcelShape)
In This Topic
Gets or sets whether the shape is printed.
Syntax
'Declaration
 
Public Property PrintObject As Boolean
 
'Usage
 
Dim instance As ExcelShape
Dim value As Boolean
 
instance.PrintObject = value
 
value = instance.PrintObject
See Also