SpreadsheetGear 2012
IWorkbookSet Interface Methods

For a list of all members of this type, see IWorkbookSet members.

Public Methods
 NameDescription
 MethodAddAdds a custom function to the workbook set.  
 MethodBeginUpdateInterrupts background calculation if necessary, acquires an exclusive lock on the workbook set, and suspends painting and events until IWorkbookSet.EndUpdate is called.  
 MethodCalculateCalculates formulas as needed. Volatile formulas and formulas involved in circular references are always calculated.  
 MethodCalculateFullCalculates all formulas in a workbook set.  
 MethodCalculateFullRebuildOptimizes the internal representation of formulas and data in this workbook set and calculates all of the formulas.  
 MethodDispose (Inherited from System.IDisposable)
 MethodEndUpdateRestores painting and events to the state they were in before the last call to IWorkbookSet.BeginUpdate, releases the lock acquired by BeginUpdate, and starts background calculation if appropriate.  
 MethodGetAddressOverloaded. Returns a string representing the specified zero based row and column indexes.  
 MethodGetLockInterrupts background calculation if necessary and acquires an exclusive lock on the workbook set.  
 MethodReleaseLockReleases a lock acquired with IWorkbookSet.GetLock and starts background calculation if appropriate.  
 MethodRemoveRemoves a custom function from the workbook set.  
 MethodRewindLockInterrupts background calculation if necessary and restores locks to the state they were in before IWorkbookSet.UnwindLock was called.  
 MethodUnwindLockUnwinds the locks for the workbook set and returns the rewind count.  
Top
See Also

Reference

IWorkbookSet Interface
SpreadsheetGear Namespace
Factory
IWorkbooks
IWorkbook

Send Feedback