Shape.Select Method
Selects the specified object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Select ( _
ByRef Replace As Object _
)
'Usage
Dim instance As Shape
Dim Replace As Object
instance.Select(Replace)
void Select(
ref Object Replace
)
Parameters
- Replace
Type: System.Object%
Optional Object. If adding a shape, True replaces the selection. False adds the new shape to the selection.