Microsoft.Office.Tools.Excel.Extensions Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Microsoft.Office.Tools.Excel.Extensions namespace provides extension methods that you can access on Workbook, Worksheet and ListObject objects to extend Microsoft Office Excel workbooks, worksheets, and list objects.
Classes
ListObjectExtensions |
Provides methods you can use to extend Microsoft Office Excel list objects by generating host controls for ListObject objects and by testing for the existence of the generated host controls. |
WorkbookExtensions |
Provides methods you can use to extend Microsoft Office Excel workbooks by generating host items for Workbook objects and by testing for the existence of the generated host items. |
WorksheetExtensions |
Provides methods you can use to extend Microsoft Office Excel worksheets by generating host items for Worksheet objects and by testing for the existence of the generated host items. |
Remarks
The extension methods in this namespace are provided for backward compatibility with Office projects that you retarget from the .NET Framework 3.5 to the .NET Framework 4. In new projects that target the .NET Framework 4, you should access these methods by using the Globals.Factory
object in your project. For more information, see Extending Word Documents and Excel Workbooks in VSTO Add-ins at Run Time and Getting Extended Objects from Native Office Objects in Document-Level Customizations.