InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / GridRowCollection Class / Add Method / Add(GridRow) Method
The GridRow to add to the list.

In This Topic
    Add(GridRow) Method
    In This Topic
    Adds a GridRow to the list.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal value As GridRow _
    ) As Integer
    public int Add( 
       GridRow value
    )

    Parameters

    value
    The GridRow to add to the list.

    Return Value

    The index of the new row in the list.
    See Also