ListObject::SourceType Property

 

Gets the current source of the list.

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

property XlListObjectSourceType SourceType {
	XlListObjectSourceType get();
}

The following code example creates a DataTable and a ListObject, and then binds the ListObject to the DataTable. It then displays the source of the list 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: