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.
|
iteratorJava
iterator
IVbaReference 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 IVbaReference