ComponentOne List for WinForms
C1.Win.List Namespace / SelectedRowCollection Class / Add Method
Row number to add.

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

    Parameters

    row
    Row number to add.

    Return Value

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