XlsWorkbook
HasMacros Property
|
Gets or sets a value indicating whether the workbook has macros.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasMacros { get; }
Public ReadOnly Property HasMacros As Boolean
Get
public:
virtual property bool HasMacros {
bool get () sealed;
}
abstract HasMacros : bool with get
override HasMacros : bool with get
Property Value
Type:
Boolean
Implements
IWorkbook
HasMacros
See Also