Property Getters/Setters Summary | ||
---|---|---|
function | getCodes() | |
function | setCodes(value) | |
Gets and sets the codes of module. | ||
function | getName() | |
function | setName(value) | |
Gets and sets the name of Module. | ||
function | getType() | |
Gets the type of module.
The value of the property is VbaModuleType integer constant. |
function getName() / function setName(value)
function getType()
function getCodes() / function setCodes(value)