Aspose::Cells::Revisions::RevisionInsertDelete class
Contents
[
Hide
]RevisionInsertDelete class
Represents a revision record of a row/column insert/delete action.
class RevisionInsertDelete : public Aspose::Cells::Revisions::Revision
Methods
Method | Description |
---|---|
GetActionType() | Gets the action type of this revision. |
GetCellArea() | Gets the inserting/deleting range. |
GetId() | Gets the number of this revision. |
GetRevisions() | Gets revision list by this operation. |
GetType() | Represents 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 RevisionInsertDelete& src) | operator= |
operator=(const Revision& src) | operator= |
Revision(Revision_Impl* impl) | Constructs from an implementation object. |
Revision(const Revision& src) | Copy constructor. |
RevisionInsertDelete(RevisionInsertDelete_Impl* impl) | Constructs from an implementation object. |
RevisionInsertDelete(const RevisionInsertDelete& src) | Copy constructor. |
RevisionInsertDelete(const Revision& src) | Constructs from a parent object. |
~Revision() | Destructor. |
~RevisionInsertDelete() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class Revision
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++