VbaModuleCollection
Contents
[
Hide
]VbaModuleCollection class
Represents the list of VbaModule
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | VbaModule | Gets VbaModule in the list by the index. |
| Item (java.lang.String) | VbaModule | Gets VbaModule in the list by the name. |
Methods
| Name | Description |
|---|---|
| add | Adds module for a page. |
| remove | Removes module for a page. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
VbaModuleCollection.Count property
Type: int
VbaModuleCollection.Item (int) property
Gets VbaModule in the list by the index.
Type: VbaModule
VbaModuleCollection.Item (java.lang.String) property
Gets VbaModule in the list by the name.
Type: VbaModule
add(page) (1 of 3)
Adds module for a page.
| Parameter | Type | Description |
|---|---|---|
| page | Page | The Page |
add(type, name) (2 of 3)
Adds module.
| Parameter | Type | Description |
|---|---|---|
| type | int | A VbaModuleType value. The type of module. |
| name | String | The name of module. |
add(value) (3 of 3)
Reserved for internal use.
remove(page) (1 of 2)
Removes module for a page.
| Parameter | Type | Description |
|---|---|---|
| page | Page | The page |
remove(name) (2 of 2)
Remove the module by the name
| Parameter | Type | Description |
|---|---|---|
| name | String |
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.