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: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public string WriteWorkbookPassword { set; }
Public WriteOnly Property WriteWorkbookPassword As String
Set
public:
property String^ WriteWorkbookPassword {
void set (String^ value);
}
member WriteWorkbookPassword : string with set
Property Value
String