Shape.Select(Object) Method

Definition

Selects the specified object.

public void Select (ref object Replace);
abstract member Select : obj -> unit
Public Sub Select (Optional ByRef Replace As Object)

Parameters

Replace
Object

Optional Object. If adding a shape, True replaces the selection. False adds the new shape to the selection.

Applies to