aspose.cells

Class SlicerCacheItemCollection

Represent the collection of SlicerCacheItem

Property Getters/Setters Summary
functiongetCount()
Gets the count of the SlicerCacheItem.
functionget(index)
Gets the SlicerCacheItem object by 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()
        
        Gets the count of the SlicerCacheItem.
      • get : SlicerCacheItem 

        function get(index)
        
        Gets the SlicerCacheItem object by index.
    • 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.