com.aspose.cells

Class CellWatch

  • java.lang.Object
    • com.aspose.cells.CellWatch
public class CellWatch 
extends java.lang.Object

Represents Cell Watch Item in the 'watch window'.

Constructor Summary
 
Property Getters/Setters Summary
java.lang.StringgetCellName()
void
setCellName(java.lang.Stringvalue)
           Gets and sets the name of the cell.
intgetColumn()
void
setColumn(intvalue)
           Gets and sets the column of the cell.
intgetRow()
void
setRow(intvalue)
           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.
      • 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.

    setRow

    public voidsetRow(intvalue)
    
    Gets and sets the row of the cell.

    setColumn

    public voidsetColumn(intvalue)
    
    Gets and sets the column of the cell.

    setCellName

    public voidsetCellName(java.lang.Stringvalue)
    
    Gets and sets the name of the cell.