Find.ExecuteOld Method

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function ExecuteOld ( _
    ByRef FindText As Object, _
    ByRef MatchCase As Object, _
    ByRef MatchWholeWord As Object, _
    ByRef MatchWildcards As Object, _
    ByRef MatchSoundsLike As Object, _
    ByRef MatchAllWordForms As Object, _
    ByRef Forward As Object, _
    ByRef Wrap As Object, _
    ByRef Format As Object, _
    ByRef ReplaceWith As Object, _
    ByRef Replace As Object _
) As Boolean
'Usage
Dim instance As Find
Dim FindText As Object
Dim MatchCase As Object
Dim MatchWholeWord As Object
Dim MatchWildcards As Object
Dim MatchSoundsLike As Object
Dim MatchAllWordForms As Object
Dim Forward As Object
Dim Wrap As Object
Dim Format As Object
Dim ReplaceWith As Object
Dim Replace As Object
Dim returnValue As Boolean

returnValue = instance.ExecuteOld(FindText, _
    MatchCase, MatchWholeWord, MatchWildcards, _
    MatchSoundsLike, MatchAllWordForms, _
    Forward, Wrap, Format, ReplaceWith, _
    Replace)
bool ExecuteOld(
    ref Object FindText,
    ref Object MatchCase,
    ref Object MatchWholeWord,
    ref Object MatchWildcards,
    ref Object MatchSoundsLike,
    ref Object MatchAllWordForms,
    ref Object Forward,
    ref Object Wrap,
    ref Object Format,
    ref Object ReplaceWith,
    ref Object Replace
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace