aspose.cells

Class RevisionInsertSheet

Represents a revision record of a sheet that was inserted.

Property Getters/Setters Summary
functiongetActionType()
Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
functiongetId()
Gets the number of this revision.
functiongetName()
Gets the name of the worksheet.
functiongetSheetPosition()
Gets the zero based position of the new sheet in the sheet tab bar.
functiongetType()
Gets 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()
        
        Gets the type of revision. The value of the property is RevisionType integer constant.
      • getActionType : Number 

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

        function getName()
        
        Gets the name of the worksheet.
      • getSheetPosition : Number 

        function getSheetPosition()
        
        Gets the zero based position of the new sheet in the sheet tab bar.
      • 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.