Excel 数据透视表上的手动更新
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论