VSTO - Best place to store Excel workbook settings

你说的曾经没有我的故事 提交于 2019-12-11 00:49:59

问题


I have a legacy Excel AddIn implemented in VBA which I am slowly porting to .net using VSTO. Using this AddIn I am storing settings per workbook within a hidden sheet. I was wondering if there is a better approach to do this using VSTO.


回答1:


You can use Custom Document Properties to store the settings.



来源:https://stackoverflow.com/questions/10001069/vsto-best-place-to-store-excel-workbook-settings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!