VbaModuleCollection
Contents
[
Hide
]VbaModuleCollection class
Represents a collection of VbaModule objects.
Methods
| Name | Description |
|---|---|
| begin (2 overloads) | Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection. |
| cbegin | Gets iterator pointing to the first const-qualified element (if any) of the collection. |
| cend | Gets iterator pointing right after the last const-qualified element (if any) of the collection. |
| end (2 overloads) | Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection. |
| idx_get (2 overloads) | Gets the module with the specified name. |
| ToList | Converts the collection object to a list of VbaModule objects. |
| virtualizeBeginConstIterator | Gets iterator pointing to the first element (if any)of the const-qualified instance of the collection. |
| virtualizeBeginIterator | Gets iterator pointing to the first element (if any) of the collection. |
| virtualizeEndConstIterator | Gets iterator pointing right after the last element (if any)of the const-qualified instance of the collection. |
| virtualizeEndIterator | Gets iterator pointing right after the last element (if any) of the collection. |