Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NTableBlockContent Class / GetVisibleLogicalRange Method


In This Topic
    GetVisibleLogicalRange Method (NTableBlockContent)
    In This Topic
    Gets the visible logical range.
    Syntax
    'Declaration
     
    
    Public Function GetVisibleLogicalRange( _
       ByVal visitor As NDisplayVisitor, _
       ByVal descendantBlock As NBlock _
    ) As NRange
    'Usage
     
    
    Dim instance As NTableBlockContent
    Dim visitor As NDisplayVisitor
    Dim descendantBlock As NBlock
    Dim value As NRange
     
    value = instance.GetVisibleLogicalRange(visitor, descendantBlock)
    public NRange GetVisibleLogicalRange( 
       NDisplayVisitor visitor,
       NBlock descendantBlock
    )

    Parameters

    visitor
    descendantBlock
    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