FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintAbortEventArgs Class / Abort Property


In This Topic
Abort Property
In This Topic
Gets or sets whether to discontinue the print job.
Syntax
'Declaration
 
Public Property Abort As Boolean
 
'Usage
 
Dim instance As PrintAbortEventArgs
Dim value As Boolean
 
instance.Abort = value
 
value = instance.Abort
See Also