AddEmptyModule()

IVbaModuleCollection::AddEmptyModule(System::String) method

Adds a new empty module to the VBA Project.

virtual System::SharedPtr<IVbaModule> Aspose::Slides::Vba::IVbaModuleCollection::AddEmptyModule(System::String name)=0

Arguments

ParameterTypeDescription
nameSystem::StringName of the module

Return Value

Added module.

See Also