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