MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class / ProtectWorkbookPassword Property

In This Topic
ProtectWorkbookPassword Property
In This Topic
Gets or sets the password to protect the items in the workbook.
Syntax
'Declaration
 
Public Property ProtectWorkbookPassword As String
 

Property Value

A System.String value, representing password.
Remarks
The password takes effect if either the ProtectWorkbookWindows or ProtectWorkBookStructure property is true.
See Also