Factory.GetVstoObject Method
Include Protected Members
Include Inherited Members
Returns a Microsoft.Office.Tools.Excel.Workbook or Microsoft.Office.Tools.Excel.Worksheet host item that extends the functionality of the specified native workbook or worksheet object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetVstoObject(_Workbook) | Returns a Microsoft.Office.Tools.Excel.Workbook host item that extends the functionality of the specified native workbook object. | |
GetVstoObject(_Worksheet) | Returns a Microsoft.Office.Tools.Excel.Worksheet host item that extends the functionality of the specified native workbook object. | |
GetVstoObject(ListObject) | Returns a Microsoft.Office.Tools.Excel.ListObject that extends the functionality of the specified native list object. |
Top