aspose.cells

Class RevisionDefinedName

Represents a revision record of a defined name change.

Property Getters/Setters Summary
functiongetId()
Gets the number of this revision.
functiongetNewFormula()
Gets the formula.
functiongetOldFormula()
Gets the old formula.
functiongetText()
Gets the text of the defined name.
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.
      • getText : String 

        function getText()
        
        Gets the text of the defined name.
      • getOldFormula : String 

        function getOldFormula()
        
        Gets the old formula.
      • getNewFormula : String 

        function getNewFormula()
        
        Gets the formula.
      • 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.