com.aspose.cells

Class SparklineCollection

  • java.lang.Object
  • All Implemented Interfaces:
    java.lang.Iterable
    public class SparklineCollection 
    extends CollectionBase

Encapsulates a collection of Sparkline objects.

Property Getters/Setters Summary
intgetCount()
Sparklineget(int index)
Gets the Sparkline element at the specified index.
 
Method Summary
intadd(java.lang.Object value)
Reserved for internal use.
intadd(java.lang.String dataRange, int row, int column)
Add a sparkline.
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremove(java.lang.Object o)
Removes the sparkline
voidremoveAt(int index)
 

    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
      • get

        public Sparkline get(int 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

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

        public void remove(java.lang.Object o)
        Removes the sparkline
        Parameters:
        o -
      • clear

        public void clear()
      • removeAt

        public void removeAt(int index)
      • iterator

        public java.util.Iterator iterator()
      • contains

        public boolean contains(java.lang.Object value)
        Reserved for internal use.
      • add

        public int add(java.lang.Object value)
        Reserved for internal use.
      • indexOf

        public int indexOf(java.lang.Object value)
        Reserved for internal use.