XlsWorkbook
DisableMacrosStart Property
|
Gets or sets a value indicating whether macros are disabled at the start.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool DisableMacrosStart { get; set; }
Public Property DisableMacrosStart As Boolean
Get
Set
public:
virtual property bool DisableMacrosStart {
bool get () sealed;
void set (bool value) sealed;
}
abstract DisableMacrosStart : bool with get, set
override DisableMacrosStart : bool with get, set
Property Value
Type:
Boolean
true
if macros are disabled at the start; otherwise,
false
.
Implements
IWorkbook
DisableMacrosStart
Remarks
Changing this value will mark the settings as not saved.
See Also