IWorkbook.HasMacros Property
Determines whether the workbook has VBA projects (macros).
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if a workbook has macros; otherwise, false. |
See Also