asposediagram.api

Class VbaModule

Represents module that is contained in VBA project.

Property Getters/Setters Summary
methodgetCodes()
method
setCodes(value)
           Gets and sets the codes of module.
methodgetName()
method
setName(value)
           Gets and sets the name of Module.
methodgetType()
Gets the type of module. The value of the property is VbaModuleType integer constant.
 

    • Property Getters/Setters Detail

      • getName/setName : String 

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

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

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