Click or drag to resize

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; }

Property Value

Type: ExcelDocumentSecurity
See Also