HypMenuVExpand

Cloud data provider types: Oracle Planning and Budgeting Cloud (forms only)

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

Description

HypMenuVExpand() displays all levels of detail for the selected cells.

Syntax

HypMenuVExpand()

Return Value

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

Example

Public Declare Function HypMenuVExpand Lib "HsAddin" () As Long
Sub MExpand()
   X=HypMenuVExpand()
End Sub