ChartObjects.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 object.
public object Select (object Replace);
Public Function Select (Optional Replace As Object) As Object
Parameters
- Replace
- Object
Optional 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.