asposecells.api
Class VbaModule

Represents module that is contained in VBA project.

Property Getters/Setters Summary
methodgetCodes()
methodsetCodes(value)
           Gets and sets the codes of module.
methodgetName()
methodsetName(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.

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