VbaModule Class
VbaModule class
Represents the module in VBA project.
type VbaModule struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetName | Gets and sets the name of Module. |
| SetName | Gets and sets the name of Module. |
| GetType | Gets the type of module. |
| GetBinaryCodes | Gets and sets the binary codes of module. |
| GetCodes | Gets and sets the codes of module. |
| SetCodes | Gets and sets the codes of module. |