com.aspose.cells

Class PivotFormatConditionCollection

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

Represents PivotTable Format Conditions.

Property Getters/Setters Summary
intgetCount()
PivotFormatConditionget(int index)
Gets the pivot FormatCondition object at the specific index.
 
Method Summary
intadd()
Adds a pivot FormatCondition to the collection.
intadd(java.lang.Object value)
Reserved for internal use.
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
      • get

        public PivotFormatCondition get(int index)
        
        Gets the pivot FormatCondition object at the specific index.
        Returns:
        pivot FormatCondition object.
    • Method Detail

      • add

        public int add()
        Adds a pivot FormatCondition to the collection. not supported
        Returns:
        pivot FormatCondition object index.
      • 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.