asposecells.api
Class ConditionalFormattingIconCollection

Represents a collection of ConditionalFormattingIcon objects.

Property Getters/Setters Summary
methodgetCount()
          
methodget(index)
           Gets the ConditionalFormattingIcon element at the specified index.
 
Method Summary
methodadd(cficon)
           Adds ConditionalFormattingIcon object.
methodadd(type, index)
           Adds ConditionalFormattingIcon object.
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodclear()→ inherited from CollectionBase
          
methodcontains(value)→ inherited from CollectionBase
          Reserved for internal use.
methodget(index)→ inherited from CollectionBase
          Reserved for internal use.
methodindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
methoditerator()→ inherited from CollectionBase
          
methodremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : int 

int getCount()

get : ConditionalFormattingIcon 

ConditionalFormattingIcon 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

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

add

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

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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.