Class RevisionRenameSheet

RevisionRenameSheet class

Represents a revision of renaming sheet.

public class RevisionRenameSheet : Revision

Properties

NameDescription
Id { get; }Gets the number of this revision.(Inherited from Revision.)
NewName { get; }Gets the new name of the worksheet.
OldName { get; }Gets the old name of the worksheet.
override Type { get; }Represents the type of the revision.
Worksheet { get; }Gets the worksheet.(Inherited from Revision.)

See Also