Range object: True if the rows or columns are hidden. The specified range must span an entire column or row. Read/write Variant.
Scenario object: True if the scenario is hidden. The default value is False. Read/write Boolean.
TreeviewControl object: Returns or sets the hidden status of the cube field members in the hierarchical member selection control of a cube field. This property is used primarily for macro recording and is not intended for any other use. Read/write.
Remarks
Don’t confuse this property with the FormulaHidden property.
TreeviewControl object: 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 Drilled property of the TreeviewControl object to determine when members are visible (expanded) in the control.