Aspose::Cells::Revisions::RevisionRenameSheet class
Contents
[
Hide
]RevisionRenameSheet class
Represents a revision of renaming sheet.
class RevisionRenameSheet : public Aspose::Cells::Revisions::Revision
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Class Revision
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++