com.aspose.cells

Class ConditionalFormattingValueCollection

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

Describes a collection of CFValueObject. Use only for icon sets.

Property Getters/Setters Summary
intgetCount()
ConditionalFormattingValueget(int index)
Get the CFValueObject element at the specified index.
 
Method Summary
intadd(int type, java.lang.String value)
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 ConditionalFormattingValue get(int index)
        
        Get the CFValueObject element at the specified index.
        Parameters:
        index - The zero based index of the element.
        Returns:
        The element at the specified index.
    • Method Detail

      • 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.