aspose.cells

Class VbaProjectReference

Represents the reference of VBA project.

Property Getters/Setters Summary
functiongetExtendedLibid()
function
           Gets and sets the extended Libid of the reference.
functiongetLibid()
function
setLibid(value)
           Gets and sets the Libid of the reference.
functiongetName()
function
setName(value)
           Gets and sets the name of the reference.
functiongetRelativeLibid()
function
           Gets and sets the referenced VBA project's identifier with an relative path.
functiongetTwiddledlibid()
function
           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 -