Property Getters/Setters Summary | ||
---|---|---|
function | getColumn() | |
Gets and sets the column index of the input cell.
|
||
function | isDeleted() | |
function | setDeleted(value) | |
Indicates whether input cell is deleted. | ||
function | getName() | |
Gets and sets the input cell address.
|
||
function | getRow() | |
Gets and sets the row index of the input cell.
|
||
function | getValue() | |
function | setValue(value) | |
Gets and sets value of the input cell. |
function getRow()
function getColumn()
function getName()
function getValue() / function setValue(value)
function isDeleted() / function setDeleted(value)