asposecells.api

Class RevisionCellMove

Represents a revision record on a cell(s) that moved.

Property Getters/Setters Summary
methodgetDestinationArea()
Gets the destination area.
methodgetId()
Gets the number of this revision.
methodgetSourceArea()
Gets the source area.
methodgetSourceWorksheet()
Gets the source worksheet.
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.
      • getDestinationArea : CellArea 

        CellArea getDestinationArea()
        
        Gets the destination area.
      • getSourceWorksheet : Worksheet 

        Worksheet getSourceWorksheet()
        
        Gets the source worksheet.
      • getId : int 

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