aspose.cells

Class CellWatch

Represents Cell Watch Item in the 'watch window'.

Constructor Summary
 
Property Getters/Setters Summary
functiongetCellName()
function
           Gets and sets the name of the cell.
functiongetColumn()
function
setColumn(value)
           Gets and sets the column of the cell.
functiongetRow()
function
setRow(value)
           Gets and sets the row of the cell.
 

    • Constructor Detail

      • CellWatch

        function CellWatch()
    • Property Getters/Setters Detail

      • getRow/setRow : Number 

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

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

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