public class VbaReferenceCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Returns the number of VBA references in the collection.
|
||
VbaReference | get(int index) | |
Gets |
Method Summary | ||
---|---|---|
void | remove(VbaReference item) | |
Removes the first occurrence of a specified VbaReference item from the collection.
|
||
void | removeAt(int index) | |
Removes the VbaReference element at the specified index of the the collection.
|
public int getCount()
public VbaReference get(int index)
index
- The zero-based index of the reference to get.public void remove(VbaReference item)
public void removeAt(int index)