com.aspose.cells

Class ExternalConnectionCollection

  • java.lang.Object
  • All Implemented Interfaces:
    java.lang.Iterable
    public class ExternalConnectionCollection 
    extends CollectionBase

Specifies the ExternalConnection collection

Property Getters/Setters Summary
intgetCount()
ExternalConnectionget(int index)
void
set(intindex, ExternalConnection value)
           Gets the ExternalConnection element at the specified index.
ExternalConnectionget(java.lang.String connectionName)
Gets the ExternalConnection element with the specified name.
 
Method Summary
intadd(java.lang.Object value)
Reserved for internal use.
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
ExternalConnectiongetExternalConnectionById(int connId)
Gets the ExternalConnection element with the specified id.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
      • get

        public ExternalConnection get(java.lang.String connectionName)
        
        Gets the ExternalConnection element with the specified name.
        Parameters:
        connectionName - data connection name
        Returns:
        The element with the specified name.

    set

    public voidset(intindex, ExternalConnection 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.
    • Method Detail

      • getExternalConnectionById

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

        public void clear()
      • removeAt

        public void removeAt(int index)
      • iterator

        public java.util.Iterator iterator()
      • contains

        public boolean contains(java.lang.Object value)
        Reserved for internal use.
      • add

        public int add(java.lang.Object value)
        Reserved for internal use.
      • indexOf

        public int indexOf(java.lang.Object value)
        Reserved for internal use.