VbaModuleCollection Class
VbaModuleCollection class
Represents the list of
type VbaModuleCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| AddDesignerStorage | |
| GetDesignerStorage | Represents the data of Designer. |
| Add_Worksheet | Adds module for a worksheet. |
| Add_VbaModuleType_String | Adds module. |
| AddUserForm | Inser user form into VBA Project. |
| Get_Int | Gets VbaModule in the list by the index. |
| Remove_Worksheet | Removes module for a worksheet. |
| Remove_String | Remove the module by the name |
| Get_String | Gets VbaModule in the list by the name. |
| GetCount |