aspose.cells

Class ConditionalFormattingIconCollection

Represents a collection of ConditionalFormattingIcon objects.

Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets the ConditionalFormattingIcon element at the specified index.
 
Method Summary
functionadd(cficon)
functionadd(type, index)
functionadd(value)
Reserved for internal use.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : ConditionalFormattingIcon 

        function get(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

        function add(type, index)
        Adds ConditionalFormattingIcon object.
        Parameters:
        type: Number - A IconSetType value. The value type.
        index: Number - The Index.
        Returns:
        Returns the index of new object in the list.
      • add

        function add(cficon)
        Adds ConditionalFormattingIcon object.
        Parameters:
        cficon: ConditionalFormattingIcon - Returns the index of new object in the list.
      • clear

        function clear()
      • removeAt

        function removeAt(index)
      • iterator

        function iterator()
      • get

        function get(index)
        Reserved for internal use.
      • contains

        function contains(value)
        Reserved for internal use.
      • add

        function add(value)
        Reserved for internal use.
      • indexOf

        function indexOf(value)
        Reserved for internal use.