[]
Searches a string in a specific column.
public int Find(string target, MatchCompareEnum searchMode, bool includeStart, int startBmk, int colIndex)
Public Function Find(target As String, searchMode As MatchCompareEnum, includeStart As Boolean, startBmk As Integer, colIndex As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| string | target | The target string. |
| MatchCompareEnum | searchMode | Comparation mode. |
| bool | includeStart | Start search from the first row. |
| int | startBmk | The start row to search. |
| int | colIndex | The column index to search. |
| Type | Description |
|---|---|
| int |
Searches a string in a specific column.
public int Find(string target, MatchCompareEnum searchMode, bool includeStart, int startBmk, string fieldName)
Public Function Find(target As String, searchMode As MatchCompareEnum, includeStart As Boolean, startBmk As Integer, fieldName As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | target | The target string. |
| MatchCompareEnum | searchMode | Comparation mode. |
| bool | includeStart | Start search from the first row. |
| int | startBmk | The start row to search. |
| string | fieldName | The column to search specified by the field name. |
| Type | Description |
|---|---|
| int |