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