asposecells.api

Class WebExtensionBinding

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

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

    • Constructor Detail

      • WebExtensionBinding

        WebExtensionBinding()
    • Property Getters/Setters Detail

      • getId/setId : String 

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

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

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