Share via


XmlMappedRange.Ungroup Method (2007 System)

Promotes an XmlMappedRange control in an outline (that is, decreases its outline level).

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Function Ungroup As Object
'Usage
Dim instance As XmlMappedRange 
Dim returnValue As Object 

returnValue = instance.Ungroup()
public Object Ungroup()
public:
Object^ Ungroup()
public function Ungroup() : Object

Return Value

Type: System.Object

Remarks

If the range is in a PivotTable report, this method ungroups the items contained in the XmlMappedRange control.

.NET Framework Security

See Also

Reference

XmlMappedRange Class

XmlMappedRange Members

Microsoft.Office.Tools.Excel Namespace