IVbaModuleCollection
IVbaModuleCollection interface
Represents a collection of a VBA Project modules.
public interface IVbaModuleCollection : IGenericCollection<IVbaModule>
Properties
Name | Description |
---|---|
Item { get; } | Gets the element at the specified index. |
Methods
Name | Description |
---|---|
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
- interface IGenericCollection<T>
- interface IVbaModule
- namespace Aspose.Slides.Vba
- assembly Aspose.Slides