public interface IVbaReferenceCollection extends IGenericCollection<IVbaReference>
Represents a collection of a VBA Project references.
| Modifier and Type | Method and Description |
|---|---|
void |
add(IVbaReference value)
Adds the new reference to references collection
|
IVbaReference |
get_Item(int index)
Gets the element at the specified index.
|
iteratorJavaiteratorIVbaReference get_Item(int index)
Gets the element at the specified index.
void add(IVbaReference value)
Adds the new reference to references collection
value - VBA project reference IVbaReferenceCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.