| int CBCGPGridItem::FindOption | ( | LPCTSTR | lpszName, |
| BOOL | bCaseSensitive = TRUE, |
||
| BOOL | bWholeWord = TRUE, |
||
| int | nStartIndex = -1 |
||
| ) | const |
Searches for the option by name.
| lpszName | The option name. |
| bCaseSensitive | True to case sensitive. |
| bWholeWord | True to whole word. |
| nStartIndex | The start index. |