ComponentOne FlexPivot for WinForms
IndexOf(Object) Method

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListItemCollection Class > IndexOf Method : IndexOf(Object) Method
The specified item.
Searches for the specified item and returns the zero-based index.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal value As System.Object _
) As System.Integer
public System.int IndexOf( 
   System.object value
)

Parameters

value
The specified item.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List