WorkbookSettingsIsDefaultEncrypted Property |
Indicates whether encrypting the workbook with default password if Structure and Windows of the workbook are locked.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsDefaultEncrypted { get; set; }
Public Property IsDefaultEncrypted As Boolean
Get
Set
public:
property bool IsDefaultEncrypted {
bool get ();
void set (bool value);
}
member IsDefaultEncrypted : bool with get, set
Property Value
Type:
Boolean
Remarks
The default value is false now. It's same as MS Excel 2013.
See Also