Search
NamedRangeCollection.get Method
See Also
 






Gets the element at the specified index.

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

 Syntax

Java  Copy Code

public NamedRange get (
    int index
)

 Parameters

index

The zero-based index of the element to get or set.

 Return Value

The element at the specified index.

 See Also