Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LandscapeRule Class / LandscapeRule Constructor / LandscapeRule Constructor(ResetOption)
Whether to reset the rules or a particular rule


In This Topic
    LandscapeRule Constructor(ResetOption)
    In This Topic
    Creates a new rule that determines whether to print in landscape format, with the specified reset option.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal resetOption As ResetOption _
    )
    'Usage
     
    
    Dim resetOption As ResetOption
     
    Dim instance As New LandscapeRule(resetOption)
    public LandscapeRule( 
       ResetOption resetOption
    )

    Parameters

    resetOption
    Whether to reset the rules or a particular rule
    See Also