'Declaration Public Function FindText( _ ByVal findTextParams As FindTextParams, _ Optional ByVal searchRange As OutputRange _ ) As System.Collections.Generic.IList(Of FoundPosition)
public System.Collections.Generic.IList<FoundPosition> FindText( FindTextParams findTextParams, OutputRange searchRange )
Parameters
- findTextParams
- The text searching parameters.
- searchRange
- The search scope.