Excel for WinRT
Remove(XLNamedRange) Method


The XLNamedRange object to remove from the collection.
Removes an XLNamedRange object from the collection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal nr As XLNamedRange _
) As System.Boolean
'Usage
 
Dim instance As XLNamedRangeCollection
Dim nr As XLNamedRange
Dim value As System.Boolean
 
value = instance.Remove(nr)
public System.bool Remove( 
   XLNamedRange nr
)

Parameters

nr
The XLNamedRange object to remove from the collection.

Return Value

True if the object was removed, false if it was not a member of the collection.
See Also

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback