public class RevisionDefinedName
Property Getters/Setters Summary | ||
---|---|---|
int | getId() | |
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() | |
Gets the worksheet.
|
public int getType()
public java.lang.String getText()
public java.lang.String getOldFormula()
public java.lang.String getNewFormula()
public Worksheet getWorksheet()
public int getId()