java.lang.ObjectCollectionBase
com.aspose.cells.VbaProjectReferenceCollection
public class VbaProjectReferenceCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
VbaProjectReference | get(int) | |
| Get the reference in the list by the index. | ||
| Method Summary | ||
|---|---|---|
int | add(java.lang.Object value) | → inherited from com.aspose.cells.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) | |
| Adds 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 com.aspose.cells.CollectionBase
|
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
void | copy(VbaProjectReferenceCollection source) | |
| Copies references from other VBA project. | ||
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase
|
void | removeAt(int index) | → inherited from com.aspose.cells.CollectionBase
|
| Property Getters/Setters Detail |
|---|
getCount | → inherited from com.aspose.cells.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.copy | |
public void copy(VbaProjectReferenceCollection source) | |
source - The source references.clear | → inherited from com.aspose.cells.CollectionBase
|
public void clear() | |
removeAt | → inherited from com.aspose.cells.CollectionBase
|
public void removeAt(int index) | |
iterator | → inherited from com.aspose.cells.CollectionBase
|
public java.util.Iterator iterator() | |
contains | → inherited from com.aspose.cells.CollectionBase
|
public boolean contains(java.lang.Object value) | |
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) | |
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) | |