[]
Inserts an image into the collection at the specified index.
public void Insert(int index, SpreadImage img)
Public Sub Insert(index As Integer, img As SpreadImage)
| Type | Name | Description |
|---|---|---|
| int | index | The specified index at which the SpreadImage object is inserted. |
| SpreadImage | img | The Spread image to be inserted into the collection. |