FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / Preview Property


In This Topic
Preview Property
In This Topic
Gets or sets whether to preview the sheet instead of printing.
Syntax
'Declaration
 
Public Property Preview As Boolean
 
'Usage
 
Dim instance As PrintInfo
Dim value As Boolean
 
instance.Preview = value
 
value = instance.Preview
See Also