aspose.cells

Class QueryTableCollection

A collection of QueryTableCollection objects that represent QueryTable collection information.

Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets the querytable by the specific index.
 
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 : QueryTable 

        function get(index)
        
        Gets the querytable by the specific index.
        Parameters:
        index - The index.
        Returns:
        The querytable
    • 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.