IWorkbook
DisableMacrosStart Property
|
This Property allows users to disable load of macros from
document. Excel on file open will simply skip macros and will
work as if document does not contain them. This options works
only when file contains macros (HasMacros property is True).
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool DisableMacrosStart { get; set; }
Property DisableMacrosStart As Boolean
Get
Set
property bool DisableMacrosStart {
bool get ();
void set (bool value);
}
abstract DisableMacrosStart : bool with get, set
Property Value
Type:
Boolean
See Also