VbaModule

VbaModule class

Inherits: Aspose::Tasks::IVbaModule

Represents a VBA module.

Methods

NameDescription
CreateClassModuleCreates an instance of VbaModule with VbaModuleType.ClassModule type.
CreateProceduralModuleCreates an instance of VbaModule with VbaModuleType.ProceduralModule type.
get_AttributesGets a collection of the module’s attributes.
get_NameGets a name of the VBA module
get_SourceCodeGets a source code of the VBA module
get_TypeGets the type of the module.
set_NameGets a name of the VBA module
set_SourceCodeSets a source code of the VBA module