public class VbaModule extends Object implements IVbaModule
Modifier and Type | Method and Description |
---|---|
VbaModuleAttributeCollection |
getAttributes()
Gets a collection of
VbaModuleAttributeCollection |
String |
getName()
Gets a name of the VBA module
|
String |
getSourceCode()
Gets a source Code of the VBA module
|
public final VbaModuleAttributeCollection getAttributes()
Gets a collection of VbaModuleAttributeCollection
getAttributes
in interface IVbaModule
VbaModuleAttributeCollection
public final String getName()
Gets a name of the VBA module
getName
in interface IVbaModule
public final String getSourceCode()
Gets a source Code of the VBA module
getSourceCode
in interface IVbaModule