Share via


CubeField.TreeviewControl Property

Returns the TreeviewControl object, representing the cube manipulation control of an OLAP-based PivotTable report.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property TreeviewControl As TreeviewControl
    Get
'Usage
Dim instance As CubeField
Dim value As TreeviewControl

value = instance.TreeviewControl
TreeviewControl TreeviewControl { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.TreeviewControl

Remarks

This property is available only when the control is visible.

See Also

Reference

CubeField Interface

CubeField Members

Microsoft.Office.Interop.Excel Namespace