VbaModuleCollection

VbaModuleCollection

Overview

VbaModuleCollection is a class in Aspose.Words FOSS for .NET. Inherits from: IEnumerable<VbaModule>.

Represents a collection of VbaModule objects.

This class provides 2 methods for working with VbaModuleCollection objects in .NET programs. Available methods include: Add, Remove. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadReturns the number of VBA modules in the collection.

Methods

SignatureDescription
Add(vbaModule: VbaModule)Adds a module to the collection.
Remove(module: VbaModule)Removes the specified module from the collection.

See Also