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. |
Property Getters/Setters Detail |
---|
getRow : Number | |
function getRow() |
getColumn : Number | |
function getColumn() |
getName : String | |
function getName() |
getValue/setValue : String | |
function getValue() / function setValue(value) |
isDeleted/setDeleted : boolean | |
function isDeleted() / function setDeleted(value) |