Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NDocumentBlock Class / GotoRange Method


In This Topic
    GotoRange Method
    In This Topic
    Selects the specified range and scrolls the view so that it becomes visible
    Syntax
    'Declaration
     
    
    Public Sub GotoRange( _
       ByVal range As NRangeI _
    ) 
    'Usage
     
    
    Dim instance As NDocumentBlock
    Dim range As NRangeI
     
    instance.GotoRange(range)
    public void GotoRange( 
       NRangeI range
    )

    Parameters

    range
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also