aspose.cells

Class ExternalConnectionCollection

Specifies the ExternalConnection collection

Property Getters/Setters Summary
functiongetCount()
functionget(index)
function
set(index, value)
           Gets the ExternalConnection element at the specified index.
functionget(connectionName)
Gets the ExternalConnection element with the specified name.
 
Method Summary
functionadd(value)
Reserved for internal use.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functiongetExternalConnectionById(connId)
Gets the ExternalConnection element with the specified id.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get/set : ExternalConnection 

        function get(index) / function set(index, value)
        
        Gets the ExternalConnection element at the specified index.
        Parameters:
        index - The zero based index of the element.
        Returns:
        The element at the specified index.
      • get : ExternalConnection 

        function get(connectionName)
        
        Gets the ExternalConnection element with the specified name.
        Parameters:
        connectionName - the name of data connection
        Returns:
        The element with the specified name.
    • Method Detail

      • getExternalConnectionById

        function getExternalConnectionById(connId)
        Gets the ExternalConnection element with the specified id.
        Parameters:
        connId: Number - external connection id
        Returns:
        The element with the specified id.
      • 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.