Aspose::Cells::Revisions::RevisionCellMove class
Contents
[
Hide
]RevisionCellMove class
Represents a revision record on a cell(s) that moved.
class RevisionCellMove : public Aspose::Cells::Revisions::Revision
Methods
| Method | Description |
|---|---|
| GetDestinationArea() | Gets the destination area. |
| GetId() | Gets the number of this revision. |
| GetSourceArea() | Gets the source area. |
| GetSourceWorksheet() | Gets the source worksheet. |
| 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 RevisionCellMove& src) | operator= |
| operator=(const Revision& src) | operator= |
| Revision(Revision_Impl* impl) | Constructs from an implementation object. |
| Revision(const Revision& src) | Copy constructor. |
| RevisionCellMove(RevisionCellMove_Impl* impl) | Constructs from an implementation object. |
| RevisionCellMove(const RevisionCellMove& src) | Copy constructor. |
| RevisionCellMove(const Revision& src) | Constructs from a parent object. |
| ~Revision() | Destructor. |
| ~RevisionCellMove() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Class Revision
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++