Excel 数据透视表上的手动更新

发布于 2024-07-23 08:35:50 字数 277 浏览 4 评论 0原文

我正在尝试在 VSTO (C#) 中更新 Excel 2007 数据透视表,并希望确保在完成所有编辑之前不会更新数据透视表。 因此,数据透视表类中有一个属性 ManualUpdate,它显然完全符合我的要求。 不幸的是,很多时候当我为其分配值“true”时,该值似乎不会改变。 此外,我还在其他场合看到它会自行从“true”变为“false”。

顺便说一句,我正在使用 OLAP 多维数据集。 有谁知道 PivotTable.ManualUpdate 需要考虑什么问题/条件?

谢谢!

I'm attemping to update an Excel 2007 pivot table in VSTO (C#) and would like to ensure that the pivot table doesn't get updated until all of my edits are done. So there's a property on the PivotTable class, ManualUpdate, that apparently does exactly what I want. Unfortunately it appears that often times when I assign it the value "true" the value doesn't change. Additionally, I've also seen on other occassions where it will change from "true" to "false" by itself.

BTW, I'm working with an OLAP cube. Does anyone know what the issue/conditions I need to consider with PivotTable.ManualUpdate?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文