[]
Inserts a fill into the collection at the specified index.
public void Insert(int index, Fill item)
Public Sub Insert(index As Integer, item As Fill)
| Type | Name | Description |
|---|---|---|
| int | index | Index at which item should be inserted. |
| Fill | item | Fill. |