asposecells.api
Class VbaProjectReference

Represents the refernece of VBA project.

Property Getters/Setters Summary
methodgetExtendedLibid()
methodsetExtendedLibid(value)
           Gets and sets the extended Libid of the reference.
methodgetLibid()
methodsetLibid(value)
           Gets and sets the Libid of the reference.
methodgetName()
methodsetName(value)
           Gets and sets the name of the reference.
methodgetRelativeLibid()
methodsetRelativeLibid(value)
           Gets and sets the referenced VBA project’s identifier with an relative path.
methodgetTwiddledlibid()
methodsetTwiddledlibid(value)
           Gets and sets the twiddled Libid of the reference.
methodgetType()
           Gets the type of this reference. The value of the property is VbaProjectReferenceType integer constant.
 

Property Getters/Setters Detail

getType : int 

int getType()
Gets the type of this reference. The value of the property is VbaProjectReferenceType integer constant.

getName/setName : String 

String getName() / setName(value)
Gets and sets the name of the reference.

getLibid/setLibid : String 

String getLibid() / setLibid(value)
Gets and sets the Libid of the reference.

getTwiddledlibid/setTwiddledlibid : String 

String getTwiddledlibid() / setTwiddledlibid(value)
Gets and sets the twiddled Libid of the reference. Only for control refernce.

getExtendedLibid/setExtendedLibid : String 

String getExtendedLibid() / setExtendedLibid(value)
Gets and sets the extended Libid of the reference. Only for control refernce.

getRelativeLibid/setRelativeLibid : String 

String getRelativeLibid() / setRelativeLibid(value)
Gets and sets the referenced VBA project’s identifier with an relative path. Only for project refernce.

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