Remove()

VbaModuleCollection::Remove(System::SharedPtr<IVbaModule>) method

Removes the first occurrence of a specific object from the collection.

void Aspose::Slides::Vba::VbaModuleCollection::Remove(System::SharedPtr<IVbaModule> value) override

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IVbaModule>The module to remove from the collection.

See Also