ChartData.ActivateChartDataWindow Method

Definition

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.

Applies to