aspose.cells

Class RevisionRenameSheet

Represents a revision of renaming sheet.

Property Getters/Setters Summary
functiongetId()
Gets the number of this revision.
functiongetNewName()
Gets the new name of the worksheet.
functiongetOldName()
Gets the old name of the worksheet.
functiongetType()
Represents the type of the 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 the revision. The value of the property is RevisionType integer constant.
      • getOldName : String 

        function getOldName()
        
        Gets the old name of the worksheet.
      • getNewName : String 

        function getNewName()
        
        Gets the new name of the 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.