Select2 Method

Microsoft Office Web Components Visual Basic

Show All Show All

Select2 Method

You use the Select2 method of the ChPoint object to work with an object in the collection of currently selected objects. Returns Nothing.

expression.Select2(selmode)

expression    Required. An expression that returns a ChPoint object.

selmode   Optional ChartSelectMode.

Remarks

The Select2 method is similar to the Select method of the ChPoint object, except the Select2 method has an optional selmode parameter. The primary selection is typically the first object selected. Other selected objects are secondary selections. Only the primary selection is recognized by Chart component methods and properties that work with the current selection.