public class CellWatch
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getCellName() | |
void | setCellName(java.lang.Stringvalue) | |
Gets and sets the name of the cell. | ||
int | getColumn() | |
void | setColumn(intvalue) | |
Gets and sets the column of the cell. | ||
int | getRow() | |
void | setRow(intvalue) | |
Gets and sets the row of the cell. |
public int getRow() / public void setRow(int value)
public int getColumn() / public void setColumn(int value)
public java.lang.String getCellName() / public void setCellName(java.lang.String value)