SpreadsheetGear 2023
RewindLock Method (IWorkbookSet)


SpreadsheetGear Namespace > IWorkbookSet Interface : RewindLock Method
The rewind count acquired from IWorkbookSet.UnwindLock.
Interrupts background calculation if necessary and restores locks to the state they were in before IWorkbookSet.UnwindLock was called.
Syntax
'Declaration
 
Sub RewindLock( _
   ByVal rewindCount As System.Integer _
) 
'Usage
 
Dim instance As IWorkbookSet
Dim rewindCount As System.Integer
 
instance.RewindLock(rewindCount)
void RewindLock( 
   System.int rewindCount
)

Parameters

rewindCount
The rewind count acquired from IWorkbookSet.UnwindLock.
Remarks

This method is thread safe.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbookSet Interface
IWorkbookSet Members
HasLock Property
GetLock Method
ReleaseLock Method
UnwindLock Method