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.
String
String getSourceCode()
returns source code of the module.
String
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.