C1.Excel Assembly / C1.Excel Namespace / XLCellRangeCollection Class / Remove Method
XLCellRange object to remove from the collection.

In This Topic
Remove Method (XLCellRangeCollection)
In This Topic
Removes an XLCellRange object from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal cr As XLCellRange _
) 
 

Parameters

cr
XLCellRange object to remove from the collection.
See Also