AddEmptyModule()

VbaModuleCollection::AddEmptyModule(System::String) method

Adds a new empty module to the VBA Project.

System::SharedPtr<IVbaModule> Aspose::Slides::Vba::VbaModuleCollection::AddEmptyModule(System::String name) override

Arguments

ParameterTypeDescription
nameSystem::StringName of the module

Return Value

Added module.

See Also