ListObject::Parent Property

 

Gets the parent object of the ListObject control.

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

property Object^ Parent {
	Object^ get();
}

Property Value

Type: System::Object^

The parent object of the ListObject control.

The following code example creates a ListObject and then displays the name of its parent object in a message.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: