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