asposecells.api

Class RevisionCellChange

Represents the revision that changing cells.

Property Getters/Setters Summary
methodgetCellName()
Gets the name of the cell.
methodgetColumn()
Gets the column index of the cell.
methodgetId()
Gets the number of this revision.
methodisNewFormatted()
Indicates whether this cell is new formatted.
methodisOldFormatted()
Indicates whether this cell is old formatted.
methodgetNewFormula()
Gets the old formula.
methodgetNewStyle()
Gets the new style of the cell.
methodgetNewValue()
Gets new value of the cell.
methodgetOldFormula()
Gets the old formula.
methodgetOldStyle()
Gets the old style of the cell.
methodgetOldValue()
Gets old value of the cell.
methodgetRow()
Gets the row index of the cell.
methodgetType()
Represents the type of revision. The value of the property is RevisionType integer constant.
methodgetWorksheet()
Gets the worksheet.
 

    • Property Getters/Setters Detail

      • getType : int 

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

        String getCellName()
        
        Gets the name of the cell.
      • getRow : int 

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

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

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

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

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

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

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

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

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

        Style getOldStyle()
        
        Gets the old style of the cell.
      • getId : int 

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