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