Aspose::Cells::Revisions::RevisionRenameSheet class

RevisionRenameSheet class

Represents a revision of renaming sheet.

class RevisionRenameSheet : public Aspose::Cells::Revisions::Revision

Methods

MethodDescription
GetId()Gets the number of this revision.
GetNewName()Gets the new name of the worksheet.
GetOldName()Gets the old name of the worksheet.
GetType()Represents the type of the revision.
GetWorksheet()Gets the worksheet.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const RevisionRenameSheet& src)operator=
operator=(const Revision& src)operator=
Revision(Revision_Impl* impl)Constructs from an implementation object.
Revision(const Revision& src)Copy constructor.
RevisionRenameSheet(RevisionRenameSheet_Impl* impl)Constructs from an implementation object.
RevisionRenameSheet(const RevisionRenameSheet& src)Copy constructor.
RevisionRenameSheet(const Revision& src)Constructs from a parent object.
~Revision()Destructor.
~RevisionRenameSheet()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also