ShapeRange.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 ShapeRange
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.

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.Word Namespace