'Declaration
Public Function RemoveRange( _ ByVal from As Integer, _ ByVal to As Integer _ ) As Boolean
'Usage
Dim instance As C1OrderedSet Dim from As Integer Dim to As Integer Dim value As Boolean value = instance.RemoveRange(from, to)
Parameters
- from
- From element.
- to
- To element.