IVbaReferenceCollection

IVbaReferenceCollection interface

Represents a collection of a VBA Project references.

public interface IVbaReferenceCollection : IGenericCollection<IVbaReference>

Properties

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

Methods

NameDescription
Add(IVbaReference)Adds the new reference to references collection

See Also