Document Solutions for Excel, Java Edition | Document Solutions
Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package
/
IItemCollection<T> Interface
/ contains Method
The object to check.
Collapse All
Expand All
In This Topic
contains Method
In This Topic
Returns a value that indicates whether the specified item is in this view.
Syntax
boolean
contains(
T
containItem
)
Parameters
containItem
The object to check.
Return Value
@code:true to indicate that the item belongs to this collection and passes the active filter; otherwise, @code:false.
See Also
Reference
IItemCollection<T> Interface
IItemCollection<T> Members