java.lang.Object
com.aspose.cells.CellWatch
public class CellWatch
| Constructor Summary |
|---|
CellWatch()
|
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getCellName() | |
void | setCellName(java.lang.String value) | |
| Gets and sets the name of the cell. | ||
int | getColumn() | |
void | setColumn(int value) | |
| Gets and sets the column of the cell. | ||
int | getRow() | |
void | setRow(int value) | |
| Gets and sets the row of the cell. | ||
| Constructor Detail |
|---|
public CellWatch()
| Property Getters/Setters Detail |
|---|
getRow/setRow | |
public int getRow() / public void setRow(int value) | |
getColumn/setColumn | |
public int getColumn() / public void setColumn(int value) | |
getCellName/setCellName | |
public java.lang.String getCellName() / public void setCellName(java.lang.String value) | |