aspose.cells
Class VbaModule

Represents module that is contained in VBA project.

Property Getters/Setters Summary
functiongetCodes()
functionsetCodes(value)
           Gets and sets the codes of module.
functiongetName()
functionsetName(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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.