java.lang.ObjectRevision
com.aspose.cells.RevisionRenameSheet
public class RevisionRenameSheet
| Property Getters/Setters Summary | ||
|---|---|---|
int | getId() | → inherited from Revision
|
| Gets the number of this revision. | ||
java.lang.String | getNewName() | |
| Gets the new name of the worksheet. | ||
java.lang.String | getOldName() | |
| Gets the old name of the worksheet. | ||
int | getType() | |
| Represents the type of the 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() | |
getOldName | |
public java.lang.String getOldName() | |
getNewName | |
public java.lang.String getNewName() | |
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() | |
getId | → inherited from Revision
|
public int getId() | |