Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets |
||
method | get(name) | |
Gets |
Method Summary | ||
---|---|---|
method | add(sheet) | |
Adds module for a worksheet. | ||
method | add(type, name) | |
Adds module. | ||
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | addDesignerStorage(name, data) | |
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | getDesignerStorage(name) | |
Represents the data of Designer. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | remove(sheet) | |
Removes module for a worksheet. | ||
method | remove(name) | |
Remove the module by the name | ||
method | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : VbaModule | |
VbaModule get(index) |
index
- The index.get : VbaModule | |
VbaModule get(name) |
name
- The name of module.Method Detail |
---|
addDesignerStorage | |
addDesignerStorage(name, data) |
name: String
- data: byte[]
- getDesignerStorage | |
byte[] getDesignerStorage(name) |
add | |
int add(sheet) |
sheet: Worksheet
- The worksheetadd | |
int add(type, name) |
type: int
- A name: String
- The name of module.remove | |
remove(sheet) |
sheet: Worksheet
- The worksheetremove | |
remove(name) |
name: String
- clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |