Returns the position of a string in the list.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int IndexOf( string value )
Public Function IndexOf ( _ value As String _ ) As Integer
public: int IndexOf( String^ value )
Parameters
- value
- String
String to find