asposecells.api

Class PivotFormatConditionCollection

Represents PivotTable Format Conditions.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
Gets the pivot FormatCondition object at the specific index.
 
Method Summary
methodadd()
Adds a pivot FormatCondition to the collection.
methodadd(value)
Reserved for internal use.
methodclear()
methodcontains(value)
Reserved for internal use.
methodget(index)
Reserved for internal use.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

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