ComponentOne FlexGrid for WinForms
Remove Method (CellRangeCollection)

C1.Win.C1FlexGrid Namespace > CellRangeCollection Class : Remove Method
Object to remove from the collection.
Removes a CellRange object from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal obj As CellRange _
) 
public void Remove( 
   CellRange obj
)

Parameters

obj
Object to remove from the collection.
See Also

Reference

CellRangeCollection Class
CellRangeCollection Members