Share via


TreeviewControl.Hidden Property

Returns or sets the hidden status of the cube field members in the hierarchical member selection control of a cube field.

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

Syntax

'Declaration
Property Hidden As Object
    Get
    Set
'Usage
Dim instance As TreeviewControl
Dim value As Object

value = instance.Hidden

instance.Hidden = value
Object Hidden { get; set; }

Property Value

Type: System.Object

Remarks

The Hidden property returns or sets an array. Each element of the array corresponds to a level of the cube field that is hidden. The maximum number of elements is the number of levels in the cube field. Each element of the array is an array of type String, containing unique member names that are hidden at the corresponding level of the control. See the DrilledDown property of the PivotItem object to determine when members are visible (expanded) in the control.

See Also

Reference

TreeviewControl Interface

TreeviewControl Members

Microsoft.Office.Interop.Excel Namespace