java.lang.ObjectRevision
com.aspose.cells.RevisionDefinedName
public class RevisionDefinedName
| Property Getters/Setters Summary | ||
|---|---|---|
int | getId() | → inherited from Revision
|
| Gets the number of this revision. | ||
java.lang.String | getNewFormula() | |
| Gets the formula. | ||
java.lang.String | getOldFormula() | |
| Gets the old formula. | ||
java.lang.String | getText() | |
| Gets the text of the defined name. | ||
int | getType() | |
| Represents the type of revision. The value of the property is RevisionType integer constant. | ||
Worksheet | getWorksheet() | → inherited from Revision
|
| Gets the worksheet. | ||
| Property Getters/Setters Detail |
|---|
getType | |
public int getType() | |
getText | |
public java.lang.String getText() | |
getOldFormula | |
public java.lang.String getOldFormula() | |
getNewFormula | |
public java.lang.String getNewFormula() | |
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() | |
getId | → inherited from Revision
|
public int getId() | |