NevronOpenVision
Nevron.Nov.Grid Namespace / NRow Class / GetVisibleScrollableRowsCount Method
In This Topic
    GetVisibleScrollableRowsCount Method
    In This Topic
    Gets the count of visible rows contained inside the specified Y range (in row coordinates). If the row is expanded, this method delegates to contained rows GetVisibleRowsCount method. If the row is not expanded, this method return 0.
    Syntax
    public System.int GetVisibleScrollableRowsCount( 
       System.double top,
       System.double bottom
    )

    Parameters

    top
    bottom
    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