Unlocks a subcube that was locked by BeginEnumerationOfStoredData.
Whenever BeginEnumerationOfStoredData is called, use EndEnumerationOfStoredData in any subsequent error handling to make sure that the subcube is unlocked. |
<HsvNodeCube>.EndEnumerationOfStoredData lHandle
Long (ByVal) (x86 platform) or Double (ByVal) (x64 platform). The item’s handle. Pass the handle that was returned by BeginEnumerationOfStoredData. |
EndEnumerationOfStoredData is used in the Example for GetOneCellFromStoredItem.