Share via


TextRange.Find Method

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

Syntax

'Declaration
Function Find ( _
    FindWhat As String, _
    After As Integer, _
    MatchCase As MsoTriState, _
    WholeWords As MsoTriState _
) As TextRange
'Usage
Dim instance As TextRange
Dim FindWhat As String
Dim After As Integer
Dim MatchCase As MsoTriState
Dim WholeWords As MsoTriState
Dim returnValue As TextRange

returnValue = instance.Find(FindWhat, _
    After, MatchCase, WholeWords)
TextRange Find(
    string FindWhat,
    int After,
    MsoTriState MatchCase,
    MsoTriState WholeWords
)

Parameters

Return Value

Type: Microsoft.Office.Interop.PowerPoint.TextRange

See Also

Reference

TextRange Interface

TextRange Members

Microsoft.Office.Interop.PowerPoint Namespace