ComponentOne Gauges for WinForms
IndexOf Method (CommonItemCollection)

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > CommonItemCollection Class : IndexOf Method
Determines index of the first CommonItem with the specified name in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal name As System.String _
) As System.Integer
public System.int IndexOf( 
   System.string name
)

Parameters

name
See Also

Reference

CommonItemCollection Class
CommonItemCollection Members