The methods of the IWorkbook interface are listed below. For a complete list of IWorkbook interface members, see the IWorkbook Members topic.
ClearVBA | Removes preserved VBA block from the workbook. |
Open | Overloaded. Opens an existing workbook. |
Protect | Overloaded. Protects a workbook so that it cannot be modified. |
ResetColors | Resets the color palette to the default colors. |
SaveAs | Overloaded. Saves workbook to file or stream. |
SaveAsHTML | Saves workbook in HTML file. Returns 1 if it succeeds |
Unprotect | Overloaded. Removes protection from a workbook. This method has no effect if the workbook isn't protected. |
IWorkbook Interface | NativeExcel Namespace | Factory