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