VbaModuleType
Contents
[
Hide
]VbaModuleType enumeration
Specifies the type of a module in a VBA project.
Members
Member name | Description |
---|---|
DOCUMENT_MODULE | A type of VBA project item that specifies a module for embedded macros and programmatic access operations that are associated with a document. |
PROCEDURAL_MODULE | A module containing collection of subroutines and functions. |
CLASS_MODULE | A module that contains the definition for a new object. Each instance of a class creates a new object, and procedures that are defined in the module become properties and methods of the object. |
DESIGNER_MODULE | A module that extends the methods and properties of an ActiveX control that has been registered with the project. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks