Removes a range of elements.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public bool RemoveRange( int from, int to ) |
Visual Basic |
---|
Public Function RemoveRange ( _ from As Integer, _ to As Integer _ ) As Boolean |
Parameters
- from
- Type: System..::..Int32
From element.
- to
- Type: System..::..Int32
To element.