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

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

    Parameters

    value
    Element to add to the list.

    Return Value

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