ComponentOne FlexGrid for WinForms
RemoveAt Method

C1.Win.C1FlexGrid Namespace > CellRangeCollection Class : RemoveAt Method
Index of the object to remove from the collection.
Removed the object at a specified index from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
Index of the object to remove from the collection.
See Also

Reference

CellRangeCollection Class
CellRangeCollection Members