Aspose::Cells::Revisions::RevisionInsertDelete class

RevisionInsertDelete class

Represents a revision record of a row/column insert/delete action.

class RevisionInsertDelete : public Aspose::Cells::Revisions::Revision

Methods

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

FieldDescription
_implThe implementation object.

See Also