ComponentOne True DBGrid for WinForms
RemoveAt(Int32) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > SelectedRowCollection Class : RemoveAt(Int32) Method
The zero-based index of the row to remove.
Removes the row at the specified index.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public new void RemoveAt( 
   System.int index
)

Parameters

index
The zero-based index of the row to remove.
See Also

Reference

SelectedRowCollection Class
SelectedRowCollection Members