Nevron Open Vision Documentation
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
    'Declaration
     
    
    Public Function GetVisibleScrollableRowsCount( _
       ByVal top As System.Double, _
       ByVal bottom As System.Double _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NRow
    Dim top As System.Double
    Dim bottom As System.Double
    Dim value As System.Integer
     
    value = instance.GetVisibleScrollableRowsCount(top, bottom)
    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