'Declaration Public Overloads Function FindString( _ ByVal stringToFind As String _ ) As Integer
'Usage Dim instance As DataSeries Dim stringToFind As String Dim value As Integer value = instance.FindString(stringToFind)
public int FindString( string stringToFind )
Parameters
- stringToFind
- string to find
Return Value
index of the string within the data series. -1 if the search failed