[]
Inserts a chart into the collection at the specified index.
public void Insert(int index, SpreadChart chart)
Public Sub Insert(index As Integer, chart As SpreadChart)
| Type | Name | Description |
|---|---|---|
| int | index | The specified index at which the chart is inserted. |
| SpreadChart | chart | The chart to be inserted into the collection. |