C1.Win.FlexGrid Namespace / C1FlexGridBase Class / RemoveItem Method / RemoveItem(Int32) Method
Index of the row to be removed.

In This Topic
RemoveItem(Int32) Method
In This Topic
Removes a row at a specified position from the grid.
Syntax
'Declaration
 
Public Overloads Sub RemoveItem( _
   ByVal index As Integer _
) 
 

Parameters

index
Index of the row to be removed.
See Also