Aspose::Cells::Revisions::RevisionCellMove class

RevisionCellMove class

Represents a revision record on a cell(s) that moved.

class RevisionCellMove : public Aspose::Cells::Revisions::Revision

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also