java.lang.Object
CollectionBase
com.aspose.cells.CellWatchCollection
- 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'.
CellWatchCollection
public CellWatchCollection()
-
|
Property Getters/Setters Detail |
-
-
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:
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:
-
removeAt | → inherited from CollectionBase |
public void removeAt(int index) |
-
iterator | → inherited from CollectionBase |
public java.util.Iterator iterator() |
-
get | → inherited from CollectionBase |
public java.lang.Object get(int index) |
- Reserved for internal use.
contains | → inherited from CollectionBase |
public boolean contains(java.lang.Object value) |
- Reserved for internal use.
add | → inherited from CollectionBase |
public int add(java.lang.Object value) |
- Reserved for internal use.
indexOf | → inherited from CollectionBase |
public int indexOf(java.lang.Object 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.