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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.