Search
NamedRangeCollection.set Method
See Also
 






Sets the element at the specified index.

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

 Syntax

Java  Copy Code

public NamedRange set (
    int index,
    NamedRange value
)

 Parameters

index

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

value

The element at the specified index.

 Return Value

 See Also