VbaModule
VbaModule class
Represents the module in VBA project.
class VbaModule;
Properties
name
Gets and sets the name of Module.
name : string;
type
Readonly. Gets the type of module.
type : VbaModuleType;
binaryCodes
Readonly. Gets and sets the binary codes of module.
binaryCodes : Uint8Array;
codes
Gets and sets the codes of module.
codes : string;
