public interface IVbaModule
Represents a module with VBA code.
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
|
VbaModuleAttributeCollection getAttributes()
Gets a collection of VbaModuleAttributeCollection
VbaModuleAttributeCollection
String getName()
Gets a name of the VBA module
String getSourceCode()
Gets a source Code of the VBA module
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.