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. |
Property Getters/Setters Detail |
---|
getName/setName : String | |
function getName() / function setName(value) |
getType : Number | |
function getType() |
getCodes/setCodes : String | |
function getCodes() / function setCodes(value) |