asposecells.api

Class VbaProjectReference

Represents the reference of VBA project.

Property Getters/Setters Summary
methodgetExtendedLibid()
method
           Gets and sets the extended Libid of the reference.
methodgetLibid()
method
setLibid(value)
           Gets and sets the Libid of the reference.
methodgetName()
method
setName(value)
           Gets and sets the name of the reference.
methodgetRelativeLibid()
method
           Gets and sets the referenced VBA project's identifier with an relative path.
methodgetTwiddledlibid()
method
           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.
 
Method Summary
methodcopy(source)
 

    • 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 reference.
      • getExtendedLibid/setExtendedLibid : String 

        String getExtendedLibid() / setExtendedLibid(value)
        
        Gets and sets the extended Libid of the reference. Only for control reference.
      • getRelativeLibid/setRelativeLibid : String 

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

      • copy

         copy(source)
        Parameters:
        source: VbaProjectReference -