aspose.cells

Class ConnectionParameterCollection

Specifies the ConnectionParameter collection

Property Getters/Setters Summary
functiongetCount()
functionget(index)
function
set(index, value)
           Gets the ConnectionParameter element at the specified index.
functionget(connParamName)
Gets the ConnectionParameter 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.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get/set : ConnectionParameter 

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

        function get(connParamName)
        
        Gets the ConnectionParameter element with the specified name.
        Parameters:
        connParamName - connection parameter name
        Returns:
        The element with the specified name.
    • Method Detail

      • 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.