aspose.cells

Class WebExtensionBindingCollection

Represents the list of binding relationships between an Office Add-in and the data in the document.

Constructor Summary
 
Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets web extension binding relationship by the specific index.
 
Method Summary
functionadd()
Adds an a binding relationship between an Office Add-in and the data in the document.
functionadd(value)
Reserved for internal use.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Constructor Detail

      • WebExtensionBindingCollection

        function WebExtensionBindingCollection()
    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : WebExtensionBinding 

        function get(index)
        
        Gets web extension binding relationship by the specific index.
        Parameters:
        index - The index.
        Returns:
        The web extension binding relationship
    • Method Detail

      • add

        function add()
        Adds an a binding relationship between an Office Add-in and the data in the document.
        Returns:
      • clear

        function clear()
      • removeAt

        function removeAt(index)
      • iterator

        function iterator()
      • get

        function get(index)
        Reserved for internal use.
      • contains

        function contains(value)
        Reserved for internal use.
      • add

        function add(value)
        Reserved for internal use.
      • indexOf

        function indexOf(value)
        Reserved for internal use.