All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.VbaModule.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





VbaModule




com.aspose.cells
Class VbaModule

java.lang.Object
    extended by com.aspose.cells.VbaModule

public class VbaModule 
extends java.lang.Object

Represents the module in VBA project.


Property Getters/Setters Summary
java.lang.StringgetCodes()
voidsetCodes(java.lang.String)
           Gets and sets the codes of module.
java.lang.StringgetName()
voidsetName(java.lang.String)
           Gets and sets the name of Module.
intgetType()
           Gets the type of module. The value of the property is VbaModuleType integer constant.
 

Property Getters/Setters Detail

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
Gets and sets the name of Module.

setName

public void setName(java.lang.String value)
Gets and sets the name of Module.

getType

public int getType()
Gets the type of module. The value of the property is VbaModuleType integer constant.

getCodes/setCodes

public java.lang.String getCodes() / public void setCodes(java.lang.String value)
Gets and sets the codes of module.

setCodes

public void setCodes(java.lang.String value)
Gets and sets the codes of module.

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy