ElementArray.Insert
Method
Description:
Insert the specified element into the array.
Insert the specified element into the array.
Parameters
| Parameter | Type | Description |
|---|---|---|
| item | Element | The element to be inserted into the array. |
| index | Int32 | The element will be inserted before this index. |
Return Value
| Type | Description |
|---|---|
| ElementArray Class | Returns whether the element was inserted into the array. |