RemoveAt Method (SelectedRowCollection)
In This Topic
Removes the row at the specified index.
Syntax
'Declaration
Public Shadows Sub RemoveAt( _
ByVal As Integer _
)
public new void RemoveAt(
int
)
Parameters
- index
- The zero-based index of the row to remove.
See Also