VbaProject Class

Represents the VBA project.
Inheritance Hierarchy
SystemObject
  Aspose.Diagram.VbaVbaProject

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

The VbaProject type exposes the following members.

Properties
  NameDescription
Public propertyIsSigned
Indicates whether VBAcode is signed or not.
Public propertyModules
Gets all VbaModule objects.
Public propertyName
Gets and sets the name of the VBA project.
Public propertyReferences
Gets all references of VBA project.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also