public interface IVbaReferenceCollection extends IGenericCollection<IVbaReference>
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.
|
iterator
IVbaReference get_Item(int index)
Gets the element at the specified index.
void add(IVbaReference value)
Adds the new reference to references collection