aspose.cells

Class CellWatchCollection

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

Constructor Summary
 
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)
Reserved for internal use.
functionadd(cellName)
Adds CellWatch with the name the of cell.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • 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 CellWatch with the name the of cell.
        Parameters:
        cellName: String - The name of the cell.
        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.