Search
NamedCollection(T).get Method
See Also
 






Gets the item with the specified name. If there is no item with the specified name, the indexer has no effect.

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

 Syntax

Java  Copy Code

public T get (
    String name
)

 Parameters

name

The name of the item to get.

 Return Value

The item with the specified name.

 See Also