asposecells.api

Class ExternalConnectionCollection

Specifies the ExternalConnection collection

Property Getters/Setters Summary
methodgetCount()
methodget(index)
method
set(index, value)
           Gets the ExternalConnection element at the specified index.
methodget(connectionName)
Gets the ExternalConnection element with the specified name.
 
Method Summary
methodadd(value)
Reserved for internal use.
methodclear()
methodcontains(value)
Reserved for internal use.
methodget(index)
Reserved for internal use.
methodgetExternalConnectionById(connId)
Gets the ExternalConnection element with the specified id.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremoveAt(index)
 

    • Method Detail

      • getExternalConnectionById

        ExternalConnection getExternalConnectionById(connId)
        Gets the ExternalConnection element with the specified id.
        Parameters:
        connId: int - external connection id
        Returns:
        The element with the specified id.
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
      • get

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

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

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

        int indexOf(value)
        Reserved for internal use.