Shape.Select(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.