Search
ItemSelection.Add Method
See Also
 






Adds the specified item to the selection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Add (
    Item item
)

Visual Basic  Copy Code

Public Sub Add( _
    item As Item _
)

 Parameters

item

The Item instance to be added to the selection.

 See Also