Name | Description | |
---|---|---|
![]() | CalculateFormulas | Starts the calculation process for all the Cells containing a formula and update their Value properties once the process is done. |
![]() | Clear | Clears specific elements in the Workbook. |
![]() ![]() | Create | Overloaded. Creates a new Workbook. |
![]() | Dispose | |
![]() ![]() | Load | Overloaded. Loads an existing Workbook. |
![]() | Protect | Protects a Workbook by enabling or disabling specific actions. This can be done with or without a password. |
![]() | ReplaceContent | Searches into the content of the Workbook and replaces all occurences of a specific value with a new value. |
![]() | ReplaceContents<TSearch,TNew> | Searches into the content of the Workbook and replaces all instances of the SearchValues with their corresponding NewValues. |
![]() | Save | Saves the Workbook. |
![]() | SaveAs | Overloaded. Saves the Workbook as a stream or as a new document. |
![]() | Unprotect | Removes the protection that was added on the Workbook. |