[]
public int FindString(string value, int startIndex = 0, int columnIndex = -1, bool caseSensitive = false, bool fullMatch = false)
| Type | Name | Description |
|---|---|---|
| string | value | |
| int | startIndex | |
| int | columnIndex | |
| bool | caseSensitive | |
| bool | fullMatch |
| Type | Description |
|---|---|
| int |
public int FindString(string value, int startIndex = 0, string columnName = "", bool caseSensitive = false, bool fullMatch = false)
| Type | Name | Description |
|---|---|---|
| string | value | |
| int | startIndex | |
| string | columnName | |
| bool | caseSensitive | |
| bool | fullMatch |
| Type | Description |
|---|---|
| int |