RevisionRenameSheet

RevisionRenameSheet class

Represents a revision of renaming sheet.

Properties

NameTypeDescription
TypeNumberRepresents the type of the revision. The value of the property is RevisionType integer constant.
OldNameStringGets the old name of the worksheet.
NewNameStringGets the new name of the worksheet.
WorksheetWorksheetGets the worksheet.
IdNumberGets 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: Number

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: Number