public interface IVbaModule
Represents a Interface of the module
| Modifier and Type | Method and Description |
|---|---|
VbaModuleAttributeCollection |
getAttributes()
returns VbaModuleAttributeCollections
|
String |
getName()
returns name of the module.
|
String |
getSourceCode()
returns source code of the module.
|
VbaModuleAttributeCollection getAttributes()
returns VbaModuleAttributeCollections
VbaModuleAttribute objectString getName()
returns name of the module.
StringString getSourceCode()
returns source code of the module.
String