IVbaReferenceCollection Interface

Namespace:  Aspose.Slides.Vba
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IVbaReferenceCollection : IGenericCollection<IVbaReference>, 
	IEnumerable<IVbaReference>, IEnumerable, ICollection

The IVbaReferenceCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Adds the new reference to references collection
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIVbaReference.)
See Also