[]
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 which the chart will be inserted. |
SpreadChart | chart | The chart will be inserted to the collection. |