VbaProject Class

Represents VBA project with presentation macros.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.VbaVbaProject

Namespace:  Aspose.Slides.Vba
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class VbaProject : IVbaProject

The VbaProject type exposes the following members.

Constructors
  NameDescription
Public methodVbaProject
This constructor creates new VBA project from scratch. Project will be created in 1252 Windows Latin 1 (ANSI) codepage
Public methodVbaProject(Byte)
This constructor loads VBA project from binary representation of OLE container.
Properties
  NameDescription
Public propertyModules
Returns the list of all modules that are contained in the VBA project. Read-only IVbaModuleCollection.
Public propertyName
Returns the name of the VBA project. Read-only String.
Public propertyReferences
Returns the list of all references that are contained in the VBA project. Read-only IVbaReferenceCollection.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToBinary
Returns the binary representation of the VBA project as OLE container
Public methodToString (Inherited from Object.)
See Also