Aspose.Tasks for C++
|
Represents a module with VBA code. More...
#include <IVbaModule.h>
Inherits System::Object.
Inherited by Aspose::Tasks::VbaModule.
Public Member Functions | |
virtual System::SharedPtr< VbaModuleAttributeCollection > | get_Attributes ()=0 |
Gets a collection of VbaModuleAttributeCollection More... | |
virtual System::String | get_Name ()=0 |
Gets a name of the VBA module More... | |
virtual System::String | get_SourceCode ()=0 |
Gets a source Code of the VBA module More... | |
Represents a module with VBA code.
|
pure virtual |
Gets a collection of VbaModuleAttributeCollection
Implemented in Aspose::Tasks::VbaModule.
|
pure virtual |
Gets a name of the VBA module
Implemented in Aspose::Tasks::VbaModule.
|
pure virtual |
Gets a source Code of the VBA module
Implemented in Aspose::Tasks::VbaModule.