[]
int FindString(string value, int startIndex = 0, int columnIndex = -1, bool caseSensitive = false, bool fullMatch = false, bool wrap = false)
Function FindString(value As String, Optional startIndex As Integer = 0, Optional columnIndex As Integer = -1, Optional caseSensitive As Boolean = False, Optional fullMatch As Boolean = False, Optional wrap As Boolean = False) As Integer
| Type | Name | Description |
|---|---|---|
| string | value | |
| int | startIndex | |
| int | columnIndex | |
| bool | caseSensitive | |
| bool | fullMatch | |
| bool | wrap |
| Type | Description |
|---|---|
| int |