aspose.cells
Class CellWatchCollection

Represents the collection of cells on this worksheet being watched in the 'watch window'.

Constructor Summary
CellWatchCollection()
          
 
Property Getters/Setters Summary
functiongetCount()
          
functionget(index)
           Gets and sets CellWatch by index.
functionget(cellName)
           Gets and sets CellWatch by the name of the cell.
 
Method Summary
functionadd(row, column)
           Adds CellWatch with row and column.
functionadd(value)→ inherited from CollectionBase
          Reserved for internal use.
functionadd(cellName)
           Adds
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
          
 

Constructor Detail

CellWatchCollection

function CellWatchCollection()

Property Getters/Setters Detail

getCount : Number 

function getCount()

get : CellWatch 

function get(index)
Gets and sets CellWatch by index.
Parameters:
index - The index.
Returns:

get : CellWatch 

function get(cellName)
Gets and sets CellWatch by the name of the cell.
Parameters:
cellName - The name of the cell.
Returns:

Method Detail

add

function add(row, column)
Adds CellWatch with row and column.
Parameters:
row: Number - The row index.
column: Number - The column index.
Returns:
Returns the position of this item in the collection.

add

function add(cellName)
Adds
Parameters:
cellName: String -
Returns:

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.