[]
Adds a BarColor object to the collection at the specified index.
public void Insert(int index, BarColor bc)
Public Sub Insert(index As Integer, bc As BarColor)
| Type | Name | Description |
|---|---|---|
| int | index | Index. |
| BarColor | bc | The BarColor to insert. |