Click or drag to resize

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

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