ActionGetActions
ShowActions
DescriptionRetrieves and displays the MS Analysis Services cube actions dialog for a specified field.
ExamplesWith Cube1
 Call .setValue("Row", 1)
 Call .setValue("Col", 1)
 Call .DoAction("GetActions")
 Call .DoAction("ShowActions")
End With
Example ExplanationThis example says: Click on cell (1, 1) of data grid. Call GetActions to retrieve the cell actions and the display the actions dialog.
See also
SetValueSets a control variable
NotesThe data matrix grid begins at (0, 0) at its top left cell.
You must call GetActions before calling DoActions to retrieve the correct cube actions.