RevisionRenameSheet
Contents
[
Hide
]RevisionRenameSheet class
Represents a revision of renaming sheet.
Methods
| Name | Description |
|---|---|
| getId() | Gets the number of this revision. Zero means this revision does not contains id. |
| getNewName() | Gets the new name of the worksheet. |
| getOldName() | Gets the old name of the worksheet. |
| getType() | Represents the type of the revision. The value of the property is RevisionType integer constant. |
| getWorksheet() | Gets the worksheet. |
getId()
Gets the number of this revision. Zero means this revision does not contains id.
getNewName()
Gets the new name of the worksheet.
getOldName()
Gets the old name of the worksheet.
getType()
Represents the type of the revision. The value of the property is RevisionType integer constant.
getWorksheet()
Gets the worksheet.