ExcelWorkbookDocumentSecurity Property |
Gets an object used to manage the document security like workbook structure and windows protection,
workbook open/write password protection. Works only for Excel 2003 .xls format.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelDocumentSecurity DocumentSecurity { get; }
Public ReadOnly Property DocumentSecurity As ExcelDocumentSecurity
Get
Property Value
Type:
ExcelDocumentSecuritySee Also