Determines whether an element with the specified name is in the collection.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public boolean contains ( |
The name of the item to locate in the collection.
true if item with the specified name is found in the collection; otherwise, false.
See Also