ExcelDocumentSecurityWriteWorkbookPassword Property |
Sets the write password of a workbook. This password is required in order to edit the workbook.
Password protection works only with Excel 2003 .xls format.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public string WriteWorkbookPassword { set; }
Public WriteOnly Property WriteWorkbookPassword As String
Set
Property Value
Type:
StringSee Also