java.lang.ObjectCollectionBase
com.aspose.cells.VbaProjectReferenceCollection
public class VbaProjectReferenceCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | → inherited from CollectionBase |
VbaProjectReference | get(int i) | |
Get the reference in the list by the index. |
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | → inherited from CollectionBase |
Reserved for internal use. | ||
int | addControlRefrernce(java.lang.String name, java.lang.String libid, java.lang.String twiddledlibid, java.lang.String extendedLibid) | |
Add a reference to a twiddled type library and its extended type library. | ||
int | addProjectRefrernce(java.lang.String name, java.lang.String absoluteLibid, java.lang.String relativeLibid) | |
Add a reference to an external VBA project. | ||
int | addRegisteredReference(java.lang.String name, java.lang.String libid) | |
Add a reference to an Automation type library. | ||
void | clear() | → inherited from CollectionBase |
boolean | contains(java.lang.Object value) | → inherited from CollectionBase |
Reserved for internal use. | ||
java.lang.Object | get(int index) | → inherited from CollectionBase |
Reserved for internal use. | ||
int | indexOf(java.lang.Object value) | → inherited from CollectionBase |
Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from CollectionBase |
void | removeAt(int index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount | → inherited from CollectionBase |
public int getCount() |
get | |
public VbaProjectReference get(int i) |
i
- The index.Method Detail |
---|
addRegisteredReference | |
public int addRegisteredReference(java.lang.String name, java.lang.String libid) |
name
- The name of reference.libid
- The identifier of an Automation type library.addControlRefrernce | |
public int addControlRefrernce(java.lang.String name, java.lang.String libid, java.lang.String twiddledlibid, java.lang.String extendedLibid) |
name
- The name of reference.libid
- The identifier of an Automation type library.twiddledlibid
- The identifier of a twiddled type libraryextendedLibid
- The identifier of an extended type libraryaddProjectRefrernce | |
public int addProjectRefrernce(java.lang.String name, java.lang.String absoluteLibid, java.lang.String relativeLibid) |
name
- The name of reference.absoluteLibid
- The referenced VBA project’s identifier with an absolute path.relativeLibid
- The referenced VBA project’s identifier with an relative path.clear | → inherited from CollectionBase |
public void clear() |
removeAt | → inherited from CollectionBase |
public void removeAt(int index) |
iterator | → inherited from CollectionBase |
public java.util.Iterator iterator() |
get | → inherited from CollectionBase |
public java.lang.Object get(int index) |
contains | → inherited from CollectionBase |
public boolean contains(java.lang.Object value) |
add | → inherited from CollectionBase |
public int add(java.lang.Object value) |
indexOf | → inherited from CollectionBase |
public int indexOf(java.lang.Object value) |