Chart.Select Method
Selects the object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Select ( _
Replace As Object _
) As Object
'Usage
Dim instance As Chart
Dim Replace As Object
Dim returnValue As Object
returnValue = instance.Select(Replace)
Object Select(
Object Replace
)
Parameters
- Replace
Type: System.Object
(used only with sheets). Optional ObjectTrue to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified object.
Return Value
Type: System.Object
Object