ShowObjectDataManager Property

 

The ShowObjectDataManager property shows or hides the Data Manager. Returns a Boolean.

 

Syntax

object.ShowObjectDataManager

object.ShowObjectDataManager = Show

 

Parameter

Type

Description

Show

Boolean

required; true to show the Data Manager

 

Example 1

This example returns the visibility of the Data Manager.

 

Debug.Print Plot.ShowObjectDataManager

 

Example 2

This example makes the Data Manager visible.

 

Plot.ShowObjectDataManager = True

 

Used by: PlotDocument object