Share via


Factory.GetVstoObject Method (ListObject)

Returns a Microsoft.Office.Tools.Excel.ListObject that extends the functionality of the specified native list object.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Function GetVstoObject ( _
    listObject As ListObject _
) As ListObject
ListObject GetVstoObject(
    ListObject listObject
)

Parameters

Return Value

Type: Microsoft.Office.Tools.Excel.ListObject
The object that extends the functionality of the native list object, if the list object is the underlying object of a Microsoft.Office.Tools.Excel.ListObject object in the current document-level customization; otherwise, nulla null reference (Nothing in Visual Basic).

Remarks

In a document-level customization, you cannot use this method to generate a new extended Microsoft.Office.Tools.Excel.ListObject object for a native list object. You can use this method only to get a Microsoft.Office.Tools.Excel.ListObject object that is in the current customization. For more information, see Getting Extended Objects from Native Office Objects in Document-Level Customizations.

.NET Framework Security

See Also

Reference

Factory Interface

GetVstoObject Overload

Microsoft.Office.Tools.Excel Namespace