ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RuleCollection Class / RemoveRange Method

In This Topic
    RemoveRange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RemoveRange( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public void RemoveRange( 
       System.int index,
       System.int count
    )

    Parameters

    index
    count
    See Also