aspose.cells

Class WebExtensionBinding

Represents a binding relationship between an Office Add-in and the data in the document.

Constructor Summary
 
Property Getters/Setters Summary
functiongetAppref()
function
setAppref(value)
           Gets and sets the binding key used to map the binding entry in this list with the bound data in the document.
functiongetId()
function
setId(value)
           Gets and sets the binding identifier.
functiongetType()
function
setType(value)
           Gets and sets the binding type.
 

    • Constructor Detail

      • WebExtensionBinding

        function WebExtensionBinding()
    • Property Getters/Setters Detail

      • getId/setId : String 

        function getId() / function setId(value)
        
        Gets and sets the binding identifier.
      • getType/setType : String 

        function getType() / function setType(value)
        
        Gets and sets the binding type.
      • getAppref/setAppref : String 

        function getAppref() / function setAppref(value)
        
        Gets and sets the binding key used to map the binding entry in this list with the bound data in the document.