java.lang.ObjectCollectionBase
com.aspose.cells.VbaModuleCollection
public class VbaModuleCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | → inherited from com.aspose.cells.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 com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
void | addDesignerStorage(java.lang.String name, byte[] data) | |
void | clear() | → inherited from com.aspose.cells.CollectionBase
|
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
byte[] | getDesignerStorage(java.lang.String name) | |
| Represents the data of Designer. | ||
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 | 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 com.aspose.cells.CollectionBase
|
| Property Getters/Setters Detail |
|---|
getCount | → inherited from com.aspose.cells.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 |
|---|
addDesignerStorage | |
public void addDesignerStorage(java.lang.String name, byte[] data)
throws java.lang.Exception | |
name - data - getDesignerStorage | |
public byte[] getDesignerStorage(java.lang.String name)
throws java.lang.Exception | |
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 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) | |