Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / Add Method / Add(SmartPrintRule) Method
Rule (SmartPrintRule object) to add


In This Topic
    Add(SmartPrintRule) Method
    In This Topic
    Adds a rule (SmartPrintRule object) to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal value As SmartPrintRule _
    ) As Integer
    'Usage
     
    
    Dim instance As SmartPrintRulesCollection
    Dim value As SmartPrintRule
    Dim value As Integer
     
    value = instance.Add(value)
    public int Add( 
       SmartPrintRule value
    )

    Parameters

    value
    Rule (SmartPrintRule object) to add
    Exceptions
    ExceptionDescription
    Specified object is not valid; must be a SmartPrintRule object
    See Also