com.aspose.cells
Class RevisionDefinedName

java.lang.Object
  extended by Revision
      extended by com.aspose.cells.RevisionDefinedName

public class RevisionDefinedName 
extends Revision

Represents a revision record of a defined name change.


Property Getters/Setters Summary
intgetId()→ inherited from Revision
           Gets the number of this revision.
java.lang.StringgetNewFormula()
           Gets the formula.
java.lang.StringgetOldFormula()
           Gets the old formula.
java.lang.StringgetText()
           Gets the text of the defined name.
intgetType()
           Represents the type of revision. The value of the property is RevisionType integer constant.
WorksheetgetWorksheet()→ inherited from Revision
           Gets the worksheet.
 

Property Getters/Setters Detail

getType

public int getType()
Represents the type of revision. The value of the property is RevisionType integer constant.

getText

public java.lang.String getText()
Gets the text of the defined name.

getOldFormula

public java.lang.String getOldFormula()
Gets the old formula.

getNewFormula

public java.lang.String getNewFormula()
Gets the formula.

getWorksheet

→ inherited from Revision
public Worksheet getWorksheet()
Gets the worksheet.

getId

→ inherited from Revision
public int getId()
Gets the number of this revision. Zero means this revision does not contains id.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.