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

In This Topic
    ShowTextPosition Method
    In This Topic
    Navigates to the specified position that was found with one of the Search methods.
    Syntax
    'Declaration
     
    Public Sub ShowTextPosition( _
       ByVal fp As C1FoundPosition _
    ) 
    public void ShowTextPosition( 
       C1FoundPosition fp
    )

    Parameters

    fp
    See Also