Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NRow Class / RealizeContentYRange Method


In This Topic
    RealizeContentYRange Method (NRow)
    In This Topic
    Realizes the content of the row than falls in the specified Y range.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RealizeContentYRange( _
       ByVal top As System.Double, _
       ByVal bottom As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NRow
    Dim top As System.Double
    Dim bottom As System.Double
     
    instance.RealizeContentYRange(top, bottom)
    protected virtual void RealizeContentYRange( 
       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