Search
ItemSelection.add Method
See Also
 






Adds the specified item to the selection.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void add (
    Item item
)

 Parameters

item

The Item instance to be added to the selection.

 See Also