aspose.cells

Class RevisionInsertDelete

Represents a revision record of a row/column insert/delete action.

Property Getters/Setters Summary
functiongetActionType()
Gets the action type of this revision. The value of the property is RevisionActionType integer constant.
functiongetCellArea()
Gets the inserting/deleting range.
functiongetId()
Gets the number of this revision.
functiongetRevisions()
Gets revision list by this operation.
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.
      • getCellArea : CellArea 

        function getCellArea()
        
        Gets the inserting/deleting range.
      • getActionType : Number 

        function getActionType()
        
        Gets the action type of this revision. The value of the property is RevisionActionType integer constant.
      • getRevisions : RevisionCollection 

        function getRevisions()
        
        Gets revision list by this operation.
      • 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.