Represents module that is contained in VBA project. More...
Inherits Object.
Public Member Functions | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetName ()=0 |
Gets the name of Module. More... | |
virtual void | SetName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Sets the name of Module. More... | |
virtual Aspose::Cells::Vba::VbaModuleType | GetType ()=0 |
Gets the type of module. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetCodes ()=0 |
Gets the codes of module. More... | |
virtual void | SetCodes (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Sets the codes of module. More... | |
Represents module that is contained in VBA project.
|
pure virtual |
Gets the codes of module.
|
pure virtual |
Gets the name of Module.
|
pure virtual |
Gets the type of module.
|
pure virtual |
Sets the codes of module.
|
pure virtual |
Sets the name of Module.