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
SyntaxJava
Copy Code
|
|---|
public T get ( |
The name of the item to get.
The item with the specified name.
See Also