FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / SearchText Method

In This Topic
    SearchText Method
    In This Topic
    Starts searching text with the specified parameters.
    Syntax
    'Declaration
     
    Public Function SearchText( _
       ByVal text As String, _
       ByVal matchWholeWord As Boolean, _
       ByVal matchCase As Boolean, _
       ByVal searchUp As Boolean _
    ) As Task(Of C1FoundPosition)
    public Task<C1FoundPosition> SearchText( 
       string text,
       bool matchWholeWord,
       bool matchCase,
       bool searchUp
    )

    Parameters

    text
    matchWholeWord
    matchCase
    searchUp
    See Also