Spread Windows Forms 15.0
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
    public abstract ResetOption ResetOption {get; set;}
    See Also