java.lang.Object
com.aspose.cells.CellWatch
public class CellWatch
- extends java.lang.Object
Represents Cell Watch Item in the 'watch window'.
Property Getters/Setters Summary |
java.lang.String | getCellName() | |
void | setCellName(java.lang.String) | |
|
Gets and sets the name of the cell.
|
int | getColumn() | |
void | setColumn(int) | |
|
Gets and sets the column of the cell.
|
int | getRow() | |
void | setRow(int) | |
|
Gets and sets the row of the cell.
|
CellWatch
public CellWatch()
-
Property Getters/Setters Detail |
getRow/setRow | |
public int getRow() / public void setRow(int value)
|
-
Gets and sets the row of the cell.
getColumn/setColumn | |
public int getColumn() / public void setColumn(int value)
|
-
Gets and sets the column of the cell.
getCellName/setCellName | |
public java.lang.String getCellName() / public void setCellName(java.lang.String value)
|
-
Gets and sets the name of the cell.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.