'Declaration
Public Overloads Function Find( _ ByVal target As String, _ ByVal searchMode As MatchCompareEnum, _ ByVal includeStart As Boolean, _ ByVal startBmk As Integer, _ ByVal colIndex As Integer _ ) As Integer
public int Find( string target, MatchCompareEnum searchMode, bool includeStart, int startBmk, int colIndex )
Parameters
- target
- The target string.
- searchMode
- Comparation mode.
- includeStart
- Start search from the first row.
- startBmk
- The start row to search.
- colIndex
- The column index to search.