VbaProject
Overview
VbaProject is a class in Aspose.Words FOSS for .NET.
Provides access to VBA project information.
This class provides 2 methods for working with VbaProject objects in .NET programs.
Available methods include: Clone, VbaProject.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: CodePage, IsProtected, IsSigned, Modules, Name, References.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets VBA project name. |
Modules | VbaModuleCollection | Read | Returns collection of VBA project modules. |
CodePage | int | Read/Write | Gets or sets the VBA project’s code page. |
IsSigned | bool | Read | Shows whether the VbaProject is signed or not. |
IsProtected | bool | Read | Shows whether the VbaProject is password protected. |
References | VbaReferenceCollection | Read | Gets a collection of VBA project references. |
Methods
| Signature | Description |
|---|---|
VbaProject() | Creates a blank VbaProject. |
Clone() | Performs a copy of the VbaProject. |