FlexGrid for WinForms
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 _
) 
'Usage
 
Dim instance As C1FlexGridBase
Dim index As Integer
 
instance.RemoveItem(index)
public void RemoveItem( 
   int index
)
public:
void RemoveItem( 
   int index
) 

Parameters

index
Index of the row to be removed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback