expression.ChartSpace
expression 必需。返回“应用于”列表中的一个对象的表达式。
要使用该属性,必须设置对 Microsoft Office Web Components 类型库的引用。
该示例汇报了指定窗体所使用的 Microsoft Office Web Components 的版本。
Dim objChartSpace As ChartSpace
Set objChartSpace = Forms(0).ChartSpace
MsgBox "Current version of Office Web Components: " _
& objChartSpace.Version