aspose.cells

Class SparklineCollection

Encapsulates a collection of Sparkline objects.

Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets the Sparkline element at the specified index.
 
Method Summary
functionadd(value)
Reserved for internal use.
functionadd(dataRange, row, column)
Add a sparkline.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremove(o)
Removes the sparkline
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : Sparkline 

        function get(index)
        
        Gets the Sparkline element at the specified index.
        Parameters:
        index - The zero based index of the element.
        Returns:
        The element at the specified index.
    • Method Detail

      • add

        function add(dataRange, row, column)
        Add a sparkline.
        Parameters:
        dataRange: String - Specifies the new data range of the sparkline.
        row: Number - The row index of the location.
        column: Number - The column index of the location.
      • remove

        function remove(o)
        Removes the sparkline
        Parameters:
        o: Object -
      • 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.