ComponentOne FlexGrid for WinForms
RemoveItem(Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > RemoveItem Method : RemoveItem(Int32) Method
Index of the row to be removed.
Removes a row at a specified position from the grid.
Syntax
'Declaration
 
Public Overloads Sub RemoveItem( _
   ByVal index As Integer _
) 
public void RemoveItem( 
   int index
)

Parameters

index
Index of the row to be removed.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List