CubeField.HiddenLevels Property
Returns or sets the top levels of the specified hierarchy that are hidden.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property HiddenLevels As Integer
Get
Set
'Usage
Dim instance As CubeField
Dim value As Integer
value = instance.HiddenLevels
instance.HiddenLevels = value
int HiddenLevels { get; set; }
Property Value
Type: System.Int32
Remarks
The default value is 0 (zero), indicating that no levels are hidden.
To set the value of this property to an integer greater than 0, you must first set the value to 0.