Add Method
Add(int, int)
Adds items at the specified location.
Declaration
void Add(int index, int count)
Sub Add(index As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
index |
Location at which to start adding items
|
int |
count |
Number of items to add
|