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 non-invariant formulas in a workbook set. |
![]() | CalculateFullRebuild | Resets the calculation order and IRange.IsVolatileOrCircularFormula status of all cell formulas in this workbook set, and then calls CalculateFull>. |
![]() | 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. |
![]() | GC | Attempts to optimize the amount and layout of memory used by this workbook set. |
![]() | 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. |
![]() | WithLock | Overloaded. Calls GetLock(), runs the specified Action and then calls ReleaseLock(). |