Property Getters/Setters Summary | ||
---|---|---|
method | getColumn() | |
Gets and sets the column index of the input cell. | ||
method | isDeleted() | |
method | setDeleted(value) | |
Indiciates 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. |
Property Getters/Setters Detail |
---|
getRow : int | |
int getRow() |
getColumn : int | |
int getColumn() |
getName : String | |
String getName() |
getValue/setValue : String | |
String getValue() / setValue(value) |
isDeleted/setDeleted : boolean | |
boolean isDeleted() / setDeleted(value) |