| Action | GetActions ShowActions
|
| Description | Retrieves and displays the MS Analysis Services cube actions dialog for a specified field.
|
| Examples | With Cube1
Call .setValue("Row", 1)
Call .setValue("Col", 1)
Call .DoAction("GetActions")
Call .DoAction("ShowActions")
End With
|
| Example Explanation | This 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 |
| SetValue | Sets a control variable
|
|
| Notes | The 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.
|