IVbaModuleCollection

IVbaModuleCollection interface

Represents a collection of a VBA Project modules.

public interface IVbaModuleCollection : IGenericCollection<IVbaModule>

Properties

NameDescription
Item { get; }Gets the element at the specified index.

Methods

NameDescription
AddEmptyModule(string)Adds a new empty module to the VBA Project.
Remove(IVbaModule)Removes the first occurrence of a specific object from the collection.

See Also