Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / RemoveAt Method
Zero-based index of the rule (SmartPrintRule object) to remove


In This Topic
    RemoveAt Method (SmartPrintRulesCollection)
    In This Topic
    Removes a rule (SmartPrintRule object) from the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As SmartPrintRulesCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    Zero-based index of the rule (SmartPrintRule object) to remove
    Exceptions
    ExceptionDescription
    Specified object is not valid; must be a SmartPrintRule object
    See Also