ComponentOne True DBGrid for WinForms
Add(Int32) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > SelectedRowCollection Class > Add Method : Add(Int32) Method
Row number to add.
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

Reference

SelectedRowCollection Class
SelectedRowCollection Members
Overload List