Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / TextSearch Method
Text search arguments.

In This Topic
    TextSearch Method
    In This Topic
    Searches for an occurrence of a text in the document currently loaded in the current C1PreviewPane.
    Syntax
    'Declaration
     
    Public Function TextSearch( _
       ByVal tsa As C1TextSearchArgs _
    ) As Boolean
    public bool TextSearch( 
       C1TextSearchArgs tsa
    )

    Parameters

    tsa
    Text search arguments.

    Return Value

    True if the search text was found, false otherwise.
    See Also