[]
Determines the index of a specific chart in the SpreadChartCollection.
public int IndexOf(SpreadChart chart)
Public Function IndexOf(chart As SpreadChart) As Integer
Type | Name | Description |
---|---|---|
SpreadChart | chart | The SpreadChart to locate in the SpreadChartCollection. |
Type | Description |
---|---|
int | The index of value if found in the list; otherwise, -1. |