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