ChartData.ActivateChartDataWindow 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.
Opens an Excel data grid window that contains the full source data for the specified chart.
public:
void ActivateChartDataWindow();
public void ActivateChartDataWindow ();
abstract member ActivateChartDataWindow : unit -> unit
Public Sub ActivateChartDataWindow ()
Remarks
If the data grid window is already open, this method has no effect.
The ActivateChartDataWindow method differs from the Activate() method in that the former opens the chart in an Excel window within Word, with the Excel ribbon unavailable, whereas the latter opens a full version of Excel, with the ribbon available.