VbaModule
VbaModule class
Represents the module in VBA project.
Properties
| Name | Type | Description |
|---|---|---|
| Name | String | Gets and sets the name of Module. |
| Type | int | Gets the type of module. The value of the property is VbaModuleType integer constant. |
| BinaryCodes | byte[] | |
| Codes | String | Gets and sets the codes of module. |
VbaModule.Name property
Gets and sets the name of Module.
Type: String
VbaModule.Type property
Gets the type of module. The value of the property is VbaModuleType integer constant.
Type: int
VbaModule.BinaryCodes property
Type: byte[]
VbaModule.Codes property
Gets and sets the codes of module.
Type: String