Class VbaModuleCollection

VbaModuleCollection class

Represents the list of VbaModule

public class VbaModuleCollection : CollectionBase

Properties

NameDescription
Item { get; }Gets VbaModule in the list by the index. (2 indexers)

Methods

NameDescription
Add(Page)Adds module for a page.
Add(VbaModuleType, string)Adds module.
Remove(Page)Removes module for a page.
Remove(string)Remove the module by the name

See Also