NamedRange::ListObject Property

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

property ListObject^ ListObject {
	ListObject^ get();
}

The following code example creates a ListObject inside of a NamedRange and then uses the ListObject property of the NamedRange to display the number of rows in the ListObject.

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: