java.lang.ObjectCollectionBase
com.aspose.cells.VbaModuleCollection
public class VbaModuleCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | → inherited from CollectionBase |
VbaModule | get(int index) | |
Gets |
||
VbaModule | get(java.lang.String name) | |
Gets |
Method Summary | ||
---|---|---|
int | add(Worksheet sheet) | |
Adds module for a worksheet. | ||
int | add(int type, java.lang.String name) | |
Adds module. | ||
int | add(java.lang.Object value) | → inherited from CollectionBase |
Reserved for internal use. | ||
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 | remove(Worksheet sheet) | |
Removes module for a worksheet. | ||
void | remove(java.lang.String name) | |
Remove the module by the name | ||
void | removeAt(int index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount | → inherited from CollectionBase |
public int getCount() |
get | |
public VbaModule get(int index) |
index
- The index.get | |
public VbaModule get(java.lang.String name) |
name
- The name of module.Method Detail |
---|
add | |
public int add(Worksheet sheet) |
sheet
- The worksheetadd | |
public int add(int type, java.lang.String name) |
type
- A name
- The name of module.remove | |
public void remove(Worksheet sheet) |
sheet
- The worksheetremove | |
public void remove(java.lang.String name) |
name
- 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) |