Excel for WPF and Silverlight
Remove Method (XLCellRangeCollection)

C1.WPF.Excel Namespace > XLCellRangeCollection Class : Remove Method
XLCellRange object to remove from the collection.
Removes an XLCellRange object from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal cr As XLCellRange _
) 
public void Remove( 
   XLCellRange cr
)

Parameters

cr
XLCellRange object to remove from the collection.
See Also

Reference

XLCellRangeCollection Class
XLCellRangeCollection Members