SeriesDataBindingCollection.IndexOf Method
Retrieves the zero-based index of the first occurrence of a value in the collection.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Function IndexOf ( _
binding As SeriesDataBinding _
) As Integer
'Usage
Dim instance As SeriesDataBindingCollection
Dim binding As SeriesDataBinding
Dim returnValue As Integer
returnValue = instance.IndexOf(binding)
public int IndexOf(
SeriesDataBinding binding
)
Parameters
- binding
Type: Microsoft.Office.Server.WebControls.SeriesDataBinding
The SeriesDataBinding object that represents the specified series data binding object to be indexed.
Return Value
Type: System.Int32
The Int32 object that represents the zero-based index of the first occurrence of a value in the collection.
Remarks
This method gets the zero-based index of the first occurrence of a value in the collection.
See Also
Reference
SeriesDataBindingCollection Class