Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SmartPaperRule Class / SmartPaperRule Constructor / SmartPaperRule Constructor(ResetOption)
Whether to reset the rules or a particular rule
Example


In This Topic
    SmartPaperRule Constructor(ResetOption)
    In This Topic
    Creates a smart paper rule with the specified reset option.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal resetOption As ResetOption _
    )
    'Usage
     
    
    Dim resetOption As ResetOption
     
    Dim instance As New SmartPaperRule(resetOption)
    public SmartPaperRule( 
       ResetOption resetOption
    )

    Parameters

    resetOption
    Whether to reset the rules or a particular rule
    Example
    This example creates a rule.
    See Also