asposecells.api

Class RevisionInsertDelete

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

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

        CellArea getCellArea()
        
        Gets the inserting/deleting range.
      • getActionType : int 

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

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