Share via


Chart.Select Method

Selects the object.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub Select ( _
    Replace As Object _
)
'Usage
Dim instance As Chart
Dim Replace As Object

instance.Select(Replace)
void Select(
    Object Replace
)

Parameters

  • Replace
    Type: System.Object
    true 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. This parameter is used only with sheets.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.PowerPoint Namespace