public interface IVbaModule
Represents module that is contained in VBA project.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Name of the module.
|
java.lang.String |
getSourceCode()
Source code of the module.
|
void |
setSourceCode(java.lang.String value)
Source code of the module.
|