EndEnumerationOfStoredData

Unlocks a subcube that was locked by BeginEnumerationOfStoredData.

Tip:

Whenever BeginEnumerationOfStoredData is called, use EndEnumerationOfStoredData in any subsequent error handling to make sure that the subcube is unlocked.

Syntax

<HsvNodeCube>.EndEnumerationOfStoredData lHandle

Argument

Description

lHandle

Long (ByVal) (x86 platform) or Double (ByVal) (x64 platform). The item’s handle. Pass the handle that was returned by BeginEnumerationOfStoredData.

Example

EndEnumerationOfStoredData is used in the Example for GetOneCellFromStoredItem.