All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.CellWatch.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





CellWatch




com.aspose.cells
Class CellWatch

java.lang.Object
    extended by com.aspose.cells.CellWatch

public class CellWatch 
extends java.lang.Object

Represents Cell Watch Item in the 'watch window'.


Constructor Summary
CellWatch()
          
 
Property Getters/Setters Summary
java.lang.StringgetCellName()
voidsetCellName(java.lang.String)
           Gets and sets the name of the cell.
intgetColumn()
voidsetColumn(int)
           Gets and sets the column of the cell.
intgetRow()
voidsetRow(int)
           Gets and sets the row of the cell.
 

Constructor Detail

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.

setRow

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.

setColumn

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.

setCellName

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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy