_Workbook.ActiveChart 属性

定义

返回一个 Chart 对象,该对象表示活动图表 (嵌入图表或图表工作表) 。 嵌入式图表在被选中或激活时被认为是活动的。 当没有图表处于活动状态时,此属性返回 Nothing。 此为只读属性。

public:
 property Microsoft::Office::Interop::Excel::Chart ^ ActiveChart { Microsoft::Office::Interop::Excel::Chart ^ get(); };
public Microsoft.Office.Interop.Excel.Chart ActiveChart { get; }
Public ReadOnly Property ActiveChart As Chart

属性值

注解

如果不指定对象识别符,此属性返回活动工作簿中的活动图表。

适用于