Share via


XmlMappedRange.ListObject Property (2007 System)

Gets a ListObject for the XmlMappedRange control.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ListObject As ListObject
'Usage
Dim instance As XmlMappedRange 
Dim value As ListObject 

value = instance.ListObject
[BrowsableAttribute(false)]
public ListObject ListObject { get; }
[BrowsableAttribute(false)]
public:
property ListObject^ ListObject {
    ListObject^ get ();
}
public function get ListObject () : ListObject

Property Value

Type: ListObject
A ListObject for the XmlMappedRange control.

.NET Framework Security

See Also

Reference

XmlMappedRange Class

XmlMappedRange Members

Microsoft.Office.Tools.Excel Namespace