'Declaration
Function FindString( _ ByVal value As String, _ Optional ByVal startIndex As Integer, _ Optional ByVal columnIndex As Integer, _ Optional ByVal caseSensitive As Boolean, _ Optional ByVal fullMatch As Boolean, _ Optional ByVal wrap As Boolean _ ) As Integer
int FindString( string value, int startIndex, int columnIndex, bool caseSensitive, bool fullMatch, bool wrap )
Parameters
- value
- startIndex
- columnIndex
- caseSensitive
- fullMatch
- wrap