IWorkbookExtension.UnprotectDocument Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the Visual Studio Tools for Office runtime to give developers an opportunity to remove password protection from the workbook in a document-level project and enable cached data to be saved.
public:
void UnprotectDocument();
public void UnprotectDocument ();
abstract member UnprotectDocument : unit -> unit
Public Sub UnprotectDocument ()
Remarks
For more information about this method, see Microsoft.Office.Tools.Excel.WorkbookBase.UnprotectDocument.