asposecells.api

Class CellWatchCollection

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

Constructor Summary
 
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)
Reserved for internal use.
methodadd(cellName)
Adds CellWatch with the name the of cell.
methodclear()
methodcontains(value)
Reserved for internal use.
methodget(index)
Reserved for internal use.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremoveAt(index)
 

    • Constructor Detail

      • CellWatchCollection

        CellWatchCollection()
    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
      • 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 position of this item in the collection.
      • add

        int add(cellName)
        Adds CellWatch with the name the of cell.
        Parameters:
        cellName: String - The name of the cell.
        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.