SpreadsheetGear Namespace : IWorkbookSet Interface |
For a list of all members of this type, see IWorkbookSet members.
Name | Description | |
---|---|---|
![]() | Add | Adds a custom function to the workbook set. |
![]() | BeginUpdate | Interrupts background calculation if necessary, acquires an exclusive lock on the workbook set, and suspends painting and events until EndUpdate is called. |
![]() | Calculate | Calculates formulas as needed. Volatile formulas and formulas involved in circular references are always calculated. |
![]() | CalculateFull | Calculates all formulas in a workbook set. |
![]() | CalculateFullRebuild | Optimizes the internal representation of formulas and data in this workbook set and calculates all of the formulas. |
![]() | Dispose | (Inherited from System.IDisposable) |
![]() | EndUpdate | Restores painting and events to the state they were in before the last call to BeginUpdate, releases the lock acquired by BeginUpdate, and starts background calculation if appropriate. |
![]() | GetAddress | Overloaded. Returns a string representing the specified zero based row and column indexes. |
![]() | GetLock | Interrupts background calculation if necessary and acquires an exclusive lock on the workbook set. |
![]() | ReleaseLock | Releases a lock acquired with GetLock and starts background calculation if appropriate. |
![]() | Remove | Removes a custom function from the workbook set. |
![]() | RewindLock | Interrupts background calculation if necessary and restores locks to the state they were in before UnwindLock was called. |
![]() | UnwindLock | Unwinds the locks for the workbook set and returns the rewind count. |