FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowCollection Class / Add Method

In This Topic
    Add Method (RowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As Row _
    ) 
    public void Add( 
       Row item
    )

    Parameters

    item
    See Also