Insert Method (SelectedRowCollection)
In This Topic
Inserts a row at the specified index.
Syntax
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As Integer _
)
public void Insert(
int ,
int
)
Parameters
- index
- The zero-based index at which row should be inserted.
- row
- The row to insert.
See Also