Search
NamedRangeCollection.remove Method (Int32)
See Also
 






Removes the element at the specified index.

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

 Syntax

Java  Copy Code

public NamedRange remove (
    int index
)

 Parameters

index

The zero-based index of the element to remove.

 Return Value

 See Also