VbaModule
VbaModule class
Inherits: Aspose::Tasks::IVbaModule
Represents a VBA module.
Methods
| Name | Description |
|---|---|
| CreateClassModule | Creates an instance of VbaModule with VbaModuleType.ClassModule type. |
| CreateProceduralModule | Creates an instance of VbaModule with VbaModuleType.ProceduralModule type. |
| get_Attributes | Gets a collection of the module’s attributes. |
| get_Name | Gets a name of the VBA module |
| get_SourceCode | Gets a source code of the VBA module |
| get_Type | Gets the type of the module. |
| set_Name | Gets a name of the VBA module |
| set_SourceCode | Sets a source code of the VBA module |