DataSheet 属性

返回 DataSheet 对象。只读。

示例

本示例将数据表上的单元格 A1 赋值为 3.14159。

With myChart.Application

    .DataSheet.Range("A1").Value = 3.14159

End With