Search
NamedRangeCollection.add Method (NamedRange)
See Also
 






Adds the specified element to the collection.

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

 Syntax

Java  Copy Code

public boolean add (
    NamedRange item
)

 Parameters

item

The element to add to the collection.

 Return Value

 See Also