Searches for the specified bar type and returns the zero-based index of the first occurrence.
Syntax
'Declaration
Public Overloads Function IndexOf( _
ByVal As BarType _
) As System.Integer
public System.int IndexOf(
BarType
)
Parameters
- barType
See Also