asposecells.api

Class RevisionRenameSheet

Represents a revision of renaming sheet.

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

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

        String getNewName()
        
        Gets the new name of the worksheet.
      • getId : int 

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