aspose.cells
Class VbaProjectReference

Represents the reference of VBA project.

Property Getters/Setters Summary
functiongetExtendedLibid()
functionsetExtendedLibid(value)
           Gets and sets the extended Libid of the reference.
functiongetLibid()
functionsetLibid(value)
           Gets and sets the Libid of the reference.
functiongetName()
functionsetName(value)
           Gets and sets the name of the reference.
functiongetRelativeLibid()
functionsetRelativeLibid(value)
           Gets and sets the referenced VBA project's identifier with an relative path.
functiongetTwiddledlibid()
functionsetTwiddledlibid(value)
           Gets and sets the twiddled Libid of the reference.
functiongetType()
           Gets the type of this reference. The value of the property is VbaProjectReferenceType integer constant.
 
Method Summary
functioncopy(source)
          
 

Property Getters/Setters Detail

getType : Number 

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

getName/setName : String 

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

getLibid/setLibid : String 

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

getTwiddledlibid/setTwiddledlibid : String 

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

getExtendedLibid/setExtendedLibid : String 

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

getRelativeLibid/setRelativeLibid : String 

function getRelativeLibid() / function setRelativeLibid(value)
Gets and sets the referenced VBA project's identifier with an relative path. Only for project reference.

Method Detail

copy

function copy(source)
Parameters:
source: VbaProjectReference -

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