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