aspose.cells

Class RevisionCellMove

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

Property Getters/Setters Summary
functiongetDestinationArea()
Gets the destination area.
functiongetId()
Gets the number of this revision.
functiongetSourceArea()
Gets the source area.
functiongetSourceWorksheet()
Gets the source worksheet.
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.
      • getSourceArea : CellArea 

        function getSourceArea()
        
        Gets the source area.
      • getDestinationArea : CellArea 

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

        function getSourceWorksheet()
        
        Gets the source worksheet.
      • 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.