asposecells.api

Class RevisionDefinedName

Represents a revision record of a defined name change.

Property Getters/Setters Summary
methodgetId()
Gets the number of this revision.
methodgetNewFormula()
Gets the formula.
methodgetOldFormula()
Gets the old formula.
methodgetText()
Gets the text of the defined name.
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.
      • getText : String 

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

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

        String getNewFormula()
        
        Gets the formula.
      • getId : int 

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