Search
NamedRangeCollection.add Method (Int32, NamedRange)
See Also
 






Inserts the specified element at the specified index in the collection.

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

 Syntax

Java  Copy Code

public void add (
    int index,
    NamedRange item
)

 Parameters

index

The zero-based index at which item should be inserted.

item

The element to insert into the collection.

 See Also