SetCalcStatusUnlockedForMultipleProcessUnits
Unlocks cells for one or more process units. You can use this to unlock all the process units that have been locked with SetCalcStatusLockedForMultipleProcessUnits.
Syntax
<HsvData>.SetCalcStatusUnlockedForMultipleProcessUnits varalScenario, varalYear, varalPeriod, varalEntity, varalParent, varalValue
Argument | Description |
---|
varalScenario | Long array (ByVal). The member IDs of the process units’ Scenario dimension members. |
varalYear | Long array (ByVal). The member IDs of the process units’ Year dimension members. |
varalPeriod | Long array (ByVal). The member IDs of the process units’ Period dimension members. |
varalEntity | Long array (ByVal). The member IDs of the process units’ Entity dimension members. |
varalParent | Long array (ByVal). The member IDs of the parents of the varalEntity argument’s entities. |
varalValue | Long array (ByVal). The member IDs of the process units’ Value dimension members. |