RevisionRenameSheet
Contents
[
Hide
]RevisionRenameSheet class
Represents a revision of renaming sheet.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Represents the type of the revision. The value of the property is RevisionType integer constant. |
| OldName | String | Gets the old name of the worksheet. |
| NewName | String | Gets the new name of the worksheet. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | int | Gets the number of this revision. Zero means this revision does not contains id. |
RevisionRenameSheet.Type property
Represents the type of the revision. The value of the property is RevisionType integer constant.
Type: int
RevisionRenameSheet.OldName property
Gets the old name of the worksheet.
Type: String
RevisionRenameSheet.NewName property
Gets the new name of the worksheet.
Type: String
RevisionRenameSheet.Worksheet property
Gets the worksheet.
Type: Worksheet
RevisionRenameSheet.Id property
Gets the number of this revision. Zero means this revision does not contains id.
Type: int