IVbaModule

public interface IVbaModule

Represents a module with VBA code.

Methods

MethodDescription
getAttributes()Gets a collection of VbaModuleAttributeCollection
getName()Gets a name of the VBA module
getSourceCode()Gets a source Code of the VBA module

getAttributes()

public abstract VbaModuleAttributeCollection getAttributes()

Gets a collection of VbaModuleAttributeCollection

Returns: VbaModuleAttributeCollection - a collection of VbaModuleAttributeCollection

getName()

public abstract String getName()

Gets a name of the VBA module

Returns: java.lang.String - a name of the VBA module

getSourceCode()

public abstract String getSourceCode()

Gets a source Code of the VBA module

Returns: java.lang.String - a source Code of the VBA module