Aspose::Cells::Revisions::RevisionInsertSheet class
Contents
[
Hide
]RevisionInsertSheet class
Represents a revision record of a sheet that was inserted.
class RevisionInsertSheet : public Aspose::Cells::Revisions::Revision
Methods
Method | Description |
---|---|
GetActionType() | Gets the action type of the revision. |
GetId() | Gets the number of this revision. |
GetName() | Gets the name of the worksheet. |
GetSheetPosition() | Gets the zero based position of the new sheet in the sheet tab bar. |
GetType() | Gets the type of revision. |
GetWorksheet() | Gets the worksheet. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const RevisionInsertSheet& src) | operator= |
operator=(const Revision& src) | operator= |
Revision(Revision_Impl* impl) | Constructs from an implementation object. |
Revision(const Revision& src) | Copy constructor. |
RevisionInsertSheet(RevisionInsertSheet_Impl* impl) | Constructs from an implementation object. |
RevisionInsertSheet(const RevisionInsertSheet& src) | Copy constructor. |
RevisionInsertSheet(const Revision& src) | Constructs from a parent object. |
~Revision() | Destructor. |
~RevisionInsertSheet() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class Revision
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++