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