Removes a range of elements.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public bool RemoveRange( int from, int to ) |
Visual Basic |
---|
Public Function RemoveRange ( _ from As Integer, _ to As Integer _ ) As Boolean |