Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NColumn Class / GetCellXRange Method


In This Topic
    GetCellXRange Method
    In This Topic
    Gets the cell X range
    Syntax
    'Declaration
     
    
    Public Sub GetCellXRange( _
       ByVal row As NRow, _
       ByRef startX As System.Double, _
       ByRef endX As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NColumn
    Dim row As NRow
    Dim startX As System.Double
    Dim endX As System.Double
     
    instance.GetCellXRange(row, startX, endX)
    public void GetCellXRange( 
       NRow row,
       out System.double startX,
       out System.double endX
    )

    Parameters

    row
    startX
    endX
    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