[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChartCollection.IndexOf

IndexOf Method

IndexOf(SpreadChart)

Determines the index of a specific chart in the SpreadChartCollection.

Declaration
public int IndexOf(SpreadChart chart)
Public Function IndexOf(chart As SpreadChart) As Integer
Parameters
Type Name Description
SpreadChart chart

The SpreadChart to locate in the SpreadChartCollection.

Returns
Type Description
int

The index of value if found in the list; otherwise, -1.