VbaProject class
VbaProject class
Provides access to VBA project information. A VBA project inside the document is defined as a collection of VBA modules. To learn more, visit the Working with VBA Macros documentation article.
Constructors
| Name | Description |
|---|---|
| VbaProject() | Creates a blank VbaProject. |
Properties
| Name | Description |
|---|---|
| codePage | Gets or sets the VBA project’s code page. |
| isProtected | Shows whether the VbaProject is password protected. |
| isSigned | Shows whether the VbaProject is signed or not. |
| modules | Returns collection of VBA project modules. |
| name | Gets or sets VBA project name. |
| references | Gets a collection of VBA project references. |
Methods
| Name | Description |
|---|---|
| clone() | Performs a copy of the VbaProject. |
See Also
- module Aspose.Words.Vba