Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRule Class / ResetOption Property


In This Topic
ResetOption Property (SmartPrintRule)
In This Topic
Determines whether to reset the rules that determine how best to print.
Syntax
'Declaration
 
Public MustOverride Property ResetOption As ResetOption
 
'Usage
 
Dim instance As SmartPrintRule
Dim value As ResetOption
 
instance.ResetOption = value
 
value = instance.ResetOption
See Also