asposecells.api
Class CellWatchCollection

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

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

Constructor Detail

CellWatchCollection

CellWatchCollection()

Property Getters/Setters Detail

getCount : int 

int getCount()

get : CellWatch 

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

get : CellWatch 

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

Method Detail

add

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

add

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

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.