XmlMappedRange.PivotItem Property (2007 System)
Gets a PivotItem that represents the PivotTable item containing the upper-left corner of 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 PivotItem As PivotItem
'Usage
Dim instance As XmlMappedRange
Dim value As PivotItem
value = instance.PivotItem
[BrowsableAttribute(false)]
public PivotItem PivotItem { get; }
[BrowsableAttribute(false)]
public:
property PivotItem^ PivotItem {
PivotItem^ get ();
}
public function get PivotItem () : PivotItem
Property Value
Type: PivotItem
A PivotItem that represents the PivotTable item containing the upper-left corner of 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.