Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1TextSearchManager Class / FindPrevious Method
C1FoundPosition object defines the position from which the search should be started.

In This Topic
    FindPrevious Method (C1TextSearchManager)
    In This Topic
    Finds the previous occurrence of a text in the document.
    Syntax
    'Declaration
     
    Public Function FindPrevious( _
       ByVal foundPosition As C1FoundPosition _
    ) As C1FoundPosition
    public C1FoundPosition FindPrevious( 
       C1FoundPosition foundPosition
    )

    Parameters

    foundPosition
    C1FoundPosition object defines the position from which the search should be started.

    Return Value

    The found text position.
    See Also