'Declaration
<DispIdAttribute(275)> Function SearchText_2( _ ByVal Text As String, _ ByVal Occurrence As Integer, _ ByVal CaseSensitive As Boolean, _ ByVal WholeWords As Boolean _ ) As Boolean
[DispId(275)] bool SearchText_2( string Text, int Occurrence, bool CaseSensitive, bool WholeWords )
function SearchText_2( Text: String; Occurrence: Integer; CaseSensitive: Boolean; WholeWords: Boolean ): Boolean;
DispIdAttribute(275) function SearchText_2( Text : String, Occurrence : int, CaseSensitive : boolean, WholeWords : boolean ) : boolean;
[DispId(275)] bool SearchText_2( string* Text, int Occurrence, bool CaseSensitive, bool WholeWords )
[DispId(275)] bool SearchText_2( String^ Text, int Occurrence, bool CaseSensitive, bool WholeWords )
Parameters
- Text
- Occurrence
- CaseSensitive
- WholeWords