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