Excel for WinRT
Remove Method (XLCellRangeCollection)


XLCellRange object to remove from the collection.
Removes an XLCellRange object from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal cr As XLCellRange _
) 
'Usage
 
Dim instance As XLCellRangeCollection
Dim cr As XLCellRange
 
instance.Remove(cr)
public void Remove( 
   XLCellRange cr
)

Parameters

cr
XLCellRange object to remove from the collection.
See Also

Reference

XLCellRangeCollection Class
XLCellRangeCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback