asposecells.api

Class CellWatch

Represents Cell Watch Item in the 'watch window'.

Constructor Summary
 
Property Getters/Setters Summary
methodgetCellName()
method
           Gets and sets the name of the cell.
methodgetColumn()
method
setColumn(value)
           Gets and sets the column of the cell.
methodgetRow()
method
setRow(value)
           Gets and sets the row of the cell.
 

    • Constructor Detail

      • CellWatch

        CellWatch()
    • Property Getters/Setters Detail

      • getRow/setRow : int 

        int getRow() / setRow(value)
        
        Gets and sets the row of the cell.
      • getColumn/setColumn : int 

        int getColumn() / setColumn(value)
        
        Gets and sets the column of the cell.
      • getCellName/setCellName : String 

        String getCellName() / setCellName(value)
        
        Gets and sets the name of the cell.