aspose.cells
Class ConditionalFormattingValueCollection

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

Property Getters/Setters Summary
functiongetCount()
          
functionget(index)
           Get the CFValueObject element at the specified index.
 
Method Summary
functionadd(type, value)
           Adds ConditionalFormattingValue object.
functionadd(value)→ inherited from CollectionBase
          Reserved for internal use.
functionclear()→ inherited from CollectionBase
          
functioncontains(value)→ inherited from CollectionBase
          Reserved for internal use.
functionget(index)→ inherited from CollectionBase
          Reserved for internal use.
functionindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
functioniterator()→ inherited from CollectionBase
          
functionremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : Number 

function getCount()

get : ConditionalFormattingValue 

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

add

function add(type, value)
Adds ConditionalFormattingValue object.
Parameters:
type: Number - A FormatConditionValueType value. The value type.
value: String - The value.
Returns:
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.

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