aspose.cells

Class VbaModule

Represents the module in VBA project.

Property Getters/Setters Summary
functiongetCodes()
function
setCodes(value)
           Gets and sets the codes of module.
functiongetName()
function
setName(value)
           Gets and sets the name of Module.
functiongetType()
Gets the type of module. The value of the property is VbaModuleType integer constant.
 

    • Property Getters/Setters Detail

      • getName/setName : String 

        function getName() / function setName(value)
        
        Gets and sets the name of Module.
      • getType : Number 

        function getType()
        
        Gets the type of module. The value of the property is VbaModuleType integer constant.
      • getCodes/setCodes : String 

        function getCodes() / function setCodes(value)
        
        Gets and sets the codes of module.