Constructor Summary |
---|
CellWatch()
|
Property Getters/Setters Summary | ||
---|---|---|
method | getCellName() | |
method | setCellName(value) | |
Gets and sets the name of the cell. | ||
method | getColumn() | |
method | setColumn(value) | |
Gets and sets the column of the cell. | ||
method | getRow() | |
method | setRow(value) | |
Gets and sets the row of the cell. |
Constructor Detail |
---|
CellWatch()
Property Getters/Setters Detail |
---|
getRow/setRow : int | |
int getRow() / setRow(value) |
getColumn/setColumn : int | |
int getColumn() / setColumn(value) |
getCellName/setCellName : String | |
String getCellName() / setCellName(value) |