Release Data Member Function

Unlocks the worksheet and allow updates. Use this function in conjunction with Lock to perform a series of operations on the worksheet without the chance that the worksheet may be updated while the operations are in progress.

Prototype

int32 Release( int32 Update )

Parameters

Parameter Type Parameter Name Documentation
int32UpdateA flag specifying whether to update the worksheet.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.