[]
Represents a set of workbooks which may refer to each other by external cell references or external defined name references.
public interface IWorkbookSet
Public Interface IWorkbookSet
Name | Description |
---|---|
CalculationEngine | Gets the calculation engine. |
ColorManager | Gets the color manager of the IWorkbookSet. |
CommandManager | Gets the command manager of the IWorkbookSet. |
Culture | Gets or sets the CultureInfo of this workbook set. |
CutCopyMode | Gets or sets the status of Cut or Copy mode. |
DefaultBehaviors | Gets or sets the default behaviors of operations. |
LanguagePackage | Gets or sets the language package for the workbook set. |
UIManager | Gets the UI manager of the IWorkbookSet. |
UserName | Gets or sets the name of the current user. |
Workbooks | Gets all of the workbooks in this workbook set. |
Name | Description |
---|---|
BeginUpdate() | Suspends painting and events until EndUpdate() is called. Calling this function is exclusively. |
Calculate() | Calculates all workbooks on this workbook set. |
EndUpdate() | Restores painting and events to the state before the last call to BeginUpdate(). |
InitializeBatching() | Initializes batching for changing cell values and formulas. |
TerminateBatching() | Ends batching for changing cell values and formulas. |
Name | Description |
---|---|
CellValueChanged | Occurs after the cell value(s) is changed. |