IVbaProject Interface |
Namespace: Aspose.Slides.Vba
The IVbaProject type exposes the following members.
Name | Description | |
---|---|---|
![]() | Modules |
Returns the list of all modules that are contained in the VBA project.
Read-only IVbaModuleCollection.
|
![]() | Name |
Returns the name of the VBA project.
Read-only String.
|
![]() | References |
Returns the list of all references that are contained in the VBA project.
Read-only IVbaReferenceCollection.
|
Name | Description | |
---|---|---|
![]() | ToBinary |
Returns the binary representation of the VBA project as OLE container.
Read-only byte.
|