VbaModule Class

VbaModule class

Represents the module in VBA project.


type VbaModule struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetNameGets and sets the name of Module.
SetNameGets and sets the name of Module.
GetCodesGets and sets the codes of module.
SetCodesGets and sets the codes of module.