_Application.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

属性值

适用于