com.aspose.cells
Class VbaProject

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

public class VbaProject 
extends java.lang.Object

Represents the VBA project.

Property Getters/Setters Summary
booleanisSigned()
           Indicates whether VBAcode is signed or not.
VbaModuleCollectiongetModules()
           Gets all VbaModule objects.
java.lang.StringgetName()
voidsetName(java.lang.String value)
           Gets and sets the name of the VBA project.
VbaProjectReferenceCollectiongetReferences()
           Gets all references of VBA project.
 

Property Getters/Setters Detail

getName/setName

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

isSigned

public boolean isSigned()
Indicates whether VBAcode is signed or not.

getModules

public VbaModuleCollection getModules()
Gets all VbaModule objects.

getReferences

public VbaProjectReferenceCollection getReferences()
Gets all references of VBA project.

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