FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRangeCollection Class / Remove Method
Object to remove from the collection.

In This Topic
    Remove Method (CellRangeCollection)
    In This Topic
    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