Search
NamedRangeCollection.remove Method (NamedRange)
See Also
 






Removes the specified element from the collection.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean remove (
    NamedRange item
)

 Parameters

item

The element to remove from the collection.

 Return Value

true if item was successfully removed from the collection; otherwise, false.

 See Also