C1.Silverlight.Schedule.5
IndexOf Method (C1BindingSource)

The System.Object to index.
Searches for the specified object and returns the index of the first occurrence within the entire list.
Syntax
'Declaration
 
Public Overridable Function IndexOf( _
   ByVal value As System.Object _
) As System.Integer
public virtual System.int IndexOf( 
   System.object value
)

Parameters

value
The System.Object to index.

Return Value

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

Reference

C1BindingSource Class
C1BindingSource Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.