com.aspose.cells

Class CellWatchCollection

  • java.lang.Object
  • All Implemented Interfaces:
    java.lang.Iterable
    public class CellWatchCollection 
    extends CollectionBase

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

Constructor Summary
 
Property Getters/Setters Summary
intgetCount()
CellWatchget(int index)
Gets and sets CellWatch by index.
CellWatchget(java.lang.String cellName)
Gets and sets CellWatch by the name of the cell.
 
Method Summary
intadd(int row, int column)
Adds CellWatch with row and column.
intadd(java.lang.Object value)
Reserved for internal use.
intadd(java.lang.String cellName)
Adds
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Constructor Detail

      • CellWatchCollection

        public CellWatchCollection()
    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
      • get

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

        public CellWatch get(java.lang.String cellName)
        
        Gets and sets CellWatch by the name of the cell.
        Parameters:
        cellName - The name of the cell.
        Returns:
    • Method Detail

      • add

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

        public int add(java.lang.String cellName)
        Adds
        Parameters:
        cellName -
        Returns:
      • clear

        public void clear()
      • removeAt

        public void removeAt(int index)
      • iterator

        public java.util.Iterator iterator()
      • contains

        public boolean contains(java.lang.Object value)
        Reserved for internal use.
      • add

        public int add(java.lang.Object value)
        Reserved for internal use.
      • indexOf

        public int indexOf(java.lang.Object value)
        Reserved for internal use.