ComponentOne Basic Library for WPF and Silverlight
RemoveRange Method (C1OrderedSet)


C1.WPF Namespace > C1OrderedSet Class : RemoveRange Method
From element.
To element.
Removes a range of elements.
Syntax
'Declaration
 
Public Function RemoveRange( _
   ByVal from As System.Integer, _
   ByVal to As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As C1OrderedSet
Dim from As System.Integer
Dim to As System.Integer
Dim value As System.Boolean
 
value = instance.RemoveRange(from, to)
public System.bool RemoveRange( 
   System.int from,
   System.int to
)

Parameters

from
From element.
to
To element.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members