Remove()

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

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

virtual void Aspose::Slides::Vba::IVbaModuleCollection::Remove(System::SharedPtr<IVbaModule> value)=0

Arguments

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

See Also