[]
Removes all of the items from the specified location.
void Clear(int index, int count)
Sub Clear(index As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | Location at which to start clearing values |
| int | count | Number of items from which to clear values |