Excel ribbon:Office 2007和2010部分有什么区别?
Excel ribbon: what is the difference between Office 2007 and 2010 part?
我在 Excel 中使用自定义功能区已经有一段时间了,并且我一直在使用 Office 2007 自定义 UI 来实现向后兼容性。
有谁知道我在哪里可以找到 Office 2007 和 2010 自定义 UI 之间的区别?我很好奇是否有任何情况我应该使用 2010 而不是 2007。
2007 <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
2010 <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
谢谢,
丹尼尔
根据this website,Office 2010 中添加的功能是:
- ActivateTab
- ActivateTabMso
- ActivateTabQ
- autoscale
- centervertically
- getImage
- image
- ImageMso
我在 Excel 中使用自定义功能区已经有一段时间了,并且我一直在使用 Office 2007 自定义 UI 来实现向后兼容性。
有谁知道我在哪里可以找到 Office 2007 和 2010 自定义 UI 之间的区别?我很好奇是否有任何情况我应该使用 2010 而不是 2007。
2007 <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
2010 <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
谢谢, 丹尼尔
根据this website,Office 2010 中添加的功能是:
- ActivateTab
- ActivateTabMso
- ActivateTabQ
- autoscale
- centervertically
- getImage
- image
- ImageMso