VbaReferenceCollection
Overview
VbaReferenceCollection is a class in Aspose.Words FOSS for .NET.
Inherits from: IEnumerable<VbaReference>.
Represents a collection of VbaReference objects.
This class provides 2 methods for working with VbaReferenceCollection objects in .NET programs.
Available methods include: Remove, RemoveAt.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Returns the number of VBA references in the collection. |
Methods
| Signature | Description |
|---|---|
Remove(item: VbaReference) | Removes the first occurrence of a specified VbaReference item from the collection. |
RemoveAt(index: int) | Removes the VbaReference element at the specified index of the collection. |