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.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelDocumentSecurity DocumentSecurity { get; }

Property Value

ExcelDocumentSecurity

See Also