Search
UndoableCollection(T).contains Method
See Also
 






Determines whether an element is in the collection.

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

 Syntax

Java  Copy Code

public boolean contains (
    Object o
)

 Parameters

o

 Return Value

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

 See Also