Extend custom functions with XLL add-ins Return a dynamic array Volatile functions Web requests Custom functions without a shared runtime Troubleshoot custom functions OneNote Outlook PowerPoint Project Visio Word Transition from VSTO and COM Resources API reference Add-in only manifest reference Re...
Excel add-in Excel custom functions OneNote add-in Outlook add-in PowerPoint add-in Project add-in Word add-in Explore Office JS APIs using Script Lab Samples Development lifecycle Excel OneNote Outlook PowerPoint Project Visio Word Transition from VSTO and COM Resources API reference Add-in only...
你可以通过下列方式使用 VSTO 外接程序来自定义 Word 文档和 Excel 工作簿: 将托管控件添加到任意打开的文档或工作表。 将Excel 工作表上的现有列表对象转换为扩展ListObject,后者可公开事件并能通过使用 Windows 窗体数据绑定模型绑定到数据。 访问由 Word 和 Excel 公开的用于特定文档、工作簿...
Walkthrough: Creating Your First Document-Level Customization for Excel Walkthrough: Creating Your First VSTO Add-in for Excel Walkthrough: Adding Controls to a Worksheet at Run Time in VSTO add-in Project Outlook Solutions PowerPoint Solutions ...
3、Office文档代码(Code Behind on Office Document) Office文档代码早在VBA时代就已经得到了广泛的应用,在VSTO中得到了进一步的增强。Office文档代码可以用某种方式对Office应用程序进行定制,如增加只在当前文档中才出现的菜单项,或者在文档打开时触发事件。
对于Excel插件的部署,这里分两块介绍,一个是VSTO项目的部署,一个是Com Shared Add-in类型项目的部署。 3.1 VSTO创建的插件的项目部署 关于VSTO的部署,对于Document Level的项目文件,直接可以创建一个部署项目或者使用[ClickOnce](http://msdn.microsoft.com/en-us/library/bb772100.aspx)部署。非常简单,博客园中...
在應用層級專案中,您可以使用 方法來以程序設計GetVstoObject方式建立Microsoft.Office.Tools.Excel.Workbook物件。 如需詳細資訊,請參閱 Extending Word Documents and Excel Workbooks in VSTO Add-ins at Run Time。 在文件層級專案中,您通常不會直接使用 Microsoft.Office.Tools.Excel.Workbook 物件。 請改用 ThisW...
Workbook和Worksheet接口。 这些接口表示可在运行时在 Excel 应用程序级外接程序中创建的扩展工作簿和工作表。 有关详细信息,请参阅Extending Word Documents and Excel Workbooks in VSTO Add-ins at Run Time。 宿主控件,包括Chart、ListObject、NamedRange和XmlMappedRange。 有关详细信息,请参阅Host Items and Ho...
Excel add-in Excel custom functions OneNote add-in Outlook add-in PowerPoint add-in Project add-in Word add-in Explore Office JS APIs using Script Lab Samples Development lifecycle Excel OneNote Outlook PowerPoint Project Visio Word Transition from VSTO and COM Resources API reference Add-in only...
Excel.PrintComments | "NoComments" | "EndSheet" | "InPlace" 注解 [ API 集:ExcelApi 1.9 ]printErrors 工作表的打印错误选项。 TypeScript 复制 printErrors: Excel.PrintErrorType | "AsDisplayed" | "Blank" | "Dash" | "NotAvailable"; 属性值 Excel.PrintErrorType | "AsDisplayed" | "Blank"...