Name | Description | |
---|---|---|
CalculateFormulas | Starts the calculation for all the Worksheets with cells containing a formula and update their Value properties. | |
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. | |
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. |