SetCalcStatusLockedForMultipleProcessUnits
Locks the cells for one or more process units.
After calling SetCalcStatusLockedForMultipleProcessUnits, data cannot be entered in the cells until the process units are unlocked. You can use SetCalcStatusUnlockedForMultipleProcessUnits to unlock all the cells, or SetCalcStatusUnlocked to unlock a specific process unit.
Syntax
<HsvData>.SetCalcStatusLockedForMultipleProcessUnits 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. |