Search
NamedCollection(T).contains Method
See Also
 






Determines whether an element with the specified name is in the collection.

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

 Syntax

Java  Copy Code

public boolean contains (
    String name
)

 Parameters

name

The name of the item to locate in the collection.

 Return Value

true if item with the specified name is found in the collection; otherwise, false.

 See Also