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