RevisionRenameSheet

RevisionRenameSheet class

Represents a revision of renaming sheet.

Properties

NameTypeDescription
TypeintRepresents 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.
IdintGets 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