[]
Searches a string in a specific column.
public int Find(string target, MatchCompareEnum searchMode, bool includeStart, int startBmk, int colIndex)
| 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)
| 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 |