FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / GetNodeRow Method

In This Topic
    GetNodeRow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetNodeRow( _
       ByVal row As Integer, _
       ByVal which As NodeTypeEnum _
    ) As Integer
    public int GetNodeRow( 
       int row,
       NodeTypeEnum which
    )

    Parameters

    row
    which
    See Also