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

In This Topic
    set_RowOutlineLevel Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub set_RowOutlineLevel( _
       ByVal row As Integer, _
       ByVal newVal As Integer _
    ) 
    public void set_RowOutlineLevel( 
       int row,
       int newVal
    )

    Parameters

    row
    newVal
    See Also