aspose.cells

Class RevisionCellChange

Represents the revision that changing cells.

Property Getters/Setters Summary
functiongetCellName()
Gets the name of the cell.
functiongetColumn()
Gets the column index of the cell.
functiongetId()
Gets the number of this revision.
functionisNewFormatted()
Indicates whether this cell is new formatted.
functionisOldFormatted()
Indicates whether this cell is old formatted.
functiongetNewFormula()
Gets the old formula.
functiongetNewStyle()
Gets the new style of the cell.
functiongetNewValue()
Gets new value of the cell.
functiongetOldFormula()
Gets the old formula.
functiongetOldStyle()
Gets the old style of the cell.
functiongetOldValue()
Gets old value of the cell.
functiongetRow()
Gets the row index of the cell.
functiongetType()
Represents the type of revision. The value of the property is RevisionType integer constant.
functiongetWorksheet()
Gets the worksheet.
 

    • Property Getters/Setters Detail

      • getType : Number 

        function getType()
        
        Represents the type of revision. The value of the property is RevisionType integer constant.
      • getCellName : String 

        function getCellName()
        
        Gets the name of the cell.
      • getRow : Number 

        function getRow()
        
        Gets the row index of the cell.
      • getColumn : Number 

        function getColumn()
        
        Gets the column index of the cell.
      • isNewFormatted : boolean 

        function isNewFormatted()
        
        Indicates whether this cell is new formatted.
      • isOldFormatted : boolean 

        function isOldFormatted()
        
        Indicates whether this cell is old formatted.
      • getOldFormula : String 

        function getOldFormula()
        
        Gets the old formula.
      • getOldValue : Object 

        function getOldValue()
        
        Gets old value of the cell.
      • getNewValue : Object 

        function getNewValue()
        
        Gets new value of the cell.
      • getNewFormula : String 

        function getNewFormula()
        
        Gets the old formula.
      • getNewStyle : Style 

        function getNewStyle()
        
        Gets the new style of the cell.
      • getOldStyle : Style 

        function getOldStyle()
        
        Gets the old style of the cell.
      • getWorksheet : Worksheet 

        function getWorksheet()
        
        Gets the worksheet.
      • getId : Number 

        function getId()
        
        Gets the number of this revision. Zero means this revision does not contains id.