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. |
GetCodes | Gets and sets the codes of module. |
SetCodes | Gets and sets the codes of module. |