True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / SelectedRowCollection Class / Add Method / Add(Int32) Method
Row number to add.

In This Topic
    Add(Int32) Method
    In This Topic
    Adds a row to the end of the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal row As System.Integer _
    ) As System.Integer
    public System.int Add( 
       System.int row
    )

    Parameters

    row
    Row number to add.

    Return Value

    The index at which the row has been added.
    See Also