HypMenuVExpand

Data provider types: Oracle Hyperion Planning (forms only), Oracle Planning and Budgeting Cloud (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