Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowTitle Property


In This Topic
ShowTitle Property
In This Topic
Gets or sets whether to print the title.
Syntax
'Declaration
 
Public Property ShowTitle As PrintTitle
 
'Usage
 
Dim instance As PrintInfo
Dim value As PrintTitle
 
instance.ShowTitle = value
 
value = instance.ShowTitle
See Also