com.aspose.cells

Class ConditionalFormattingIconCollection

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

Represents a collection of ConditionalFormattingIcon objects.

Property Getters/Setters Summary
intgetCount()
ConditionalFormattingIconget(int index)
Gets the ConditionalFormattingIcon element at the specified index.
 
Method Summary
intadd(ConditionalFormattingIcon cficon)
intadd(int type, int index)
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 ConditionalFormattingIcon get(int index)
        
        Gets the ConditionalFormattingIcon 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(int type, int index)
        Adds ConditionalFormattingIcon object.
        Parameters:
        type - A IconSetType value. The value type.
        index - The Index.
        Returns:
        Returns the index of new object in the list.
      • 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.