Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NDetailsRow Class / ArrangeHeader Method


In This Topic
    ArrangeHeader Method (NDetailsRow)
    In This Topic
    Arranges the group row header
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ArrangeHeader( _
       ByVal startX As System.Double, _
       ByVal endX As System.Double, _
       ByVal y As System.Double, _
       ByVal height As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NDetailsRow
    Dim startX As System.Double
    Dim endX As System.Double
    Dim y As System.Double
    Dim height As System.Double
     
    instance.ArrangeHeader(startX, endX, y, height)
    protected override void ArrangeHeader( 
       System.double startX,
       System.double endX,
       System.double y,
       System.double height
    )

    Parameters

    startX
    endX
    y
    height
    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