com.aspose.cells
Class VbaProjectReferenceCollection
java.lang.Object
CollectionBase
com.aspose.cells.VbaProjectReferenceCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class VbaProjectReferenceCollection
- extends CollectionBase
Represents all references of VBA project.
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 the reference in the list by the index.
- Parameters:
i
- The index.
- Returns:
addRegisteredReference | |
public int addRegisteredReference(java.lang.String name, java.lang.String libid) |
-
Add a reference to an Automation type library.
- Parameters:
name
- The name of reference.libid
- The identifier of an Automation type library.
- Returns:
addControlRefrernce | |
public 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.
- Parameters:
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 library
- Returns:
addProjectRefrernce | |
public int addProjectRefrernce(java.lang.String name, java.lang.String absoluteLibid, java.lang.String relativeLibid) |
-
Adds a reference to an external VBA project.
- Parameters:
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.
- Returns:
-
Copies references from other VBA project.
- Parameters:
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) |
- Reserved for internal use.
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) |
- Reserved for internal use.
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) |
- Reserved for internal use.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.