java.lang.Objectcom.aspose.words.VbaReferenceCollection
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. |
Property Getters/Setters Detail |
---|
getCount | |
public int getCount() |
get | |
public VbaReference get(int index) |
index
- The zero-based index of the reference to get.Method Detail |
---|
remove | |
public void remove(VbaReference item) |
removeAt | |
public void removeAt(int index) |