ComponentOne True DBGrid for WinForms
Insert(Int32,Int32) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > SelectedRowCollection Class : Insert(Int32,Int32) Method
The zero-based index at which row should be inserted.
The row to insert.
Inserts a row at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal row As System.Integer _
) 
public void Insert( 
   System.int index,
   System.int row
)

Parameters

index
The zero-based index at which row should be inserted.
row
The row to insert.
See Also

Reference

SelectedRowCollection Class
SelectedRowCollection Members