Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BestFitColumnRule Class / ResetOption Property
Example


In This Topic
    ResetOption Property (BestFitColumnRule)
    In This Topic
    Determines whether to reset the rules or a particular rule before testing the next SmartPrint rule.
    Syntax
    'Declaration
     
    
    Public Overrides Property ResetOption As ResetOption
    'Usage
     
    
    Dim instance As BestFitColumnRule
    Dim value As ResetOption
     
    instance.ResetOption = value
     
    value = instance.ResetOption
    public override ResetOption ResetOption {get; set;}
    Example
    This example shows the use of this property when creating a PrintInfo object and setting up the rules for optimum printing.
    See Also