HypMenuVCollapse

Describes the Oracle Smart View for Office VBA function, HypMenuVCollapse.

Cloud data provider types: Planning (forms only), Planning Modules (forms only), Financial Consolidation and Close (forms only), Tax Reporting (forms only)

On-premises data provider types: Oracle Hyperion Planning (forms only)

Description

HypMenuVCollapse() collapses all levels of detail for the selected cells.

Syntax

HypMenuVCollapse()

Return Value

Returns 0 if successful; otherwise, returns the appropriate error code.

Example

Public Declare Function HypMenuVCollapse Lib "HsAddin" () As Long
Sub MHypMenuVCollapse()
   X=HypMenuVCollapse()
End Sub