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