Share via


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

See Also

Reference

XmlMappedRange Class

XmlMappedRange Members

Microsoft.Office.Tools.Excel Namespace