asposecells.api

Class SparklineCollection

Encapsulates a collection of Sparkline objects.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
Gets the Sparkline element at the specified index.
 
Method Summary
methodadd(value)
Reserved for internal use.
methodadd(dataRange, row, column)
Add a sparkline.
methodclear()
methodcontains(value)
Reserved for internal use.
methodget(index)
Reserved for internal use.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremove(o)
Removes the sparkline
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
      • get : Sparkline 

        Sparkline 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

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

         remove(o)
        Removes the sparkline
        Parameters:
        o: Object -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
      • get

        Object get(index)
        Reserved for internal use.
      • contains

        boolean contains(value)
        Reserved for internal use.
      • add

        int add(value)
        Reserved for internal use.
      • indexOf

        int indexOf(value)
        Reserved for internal use.