Data provider types: Essbase, Planning (ad hoc only), Financial Management (ad hoc only), Hyperion Enterprise (ad hoc only)
HypMenuVPivot() pivots the members associated with the selected cell.
HypMenuVPivot()
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypMenuVPivot Lib "HsAddin"() As Long Sub MPivot() X=HypMenuVPivot() End Sub