Aspose::Cells::Revisions::RevisionInsertSheet class

RevisionInsertSheet class

Represents a revision record of a sheet that was inserted.

class RevisionInsertSheet : public Aspose::Cells::Revisions::Revision

Methods

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

FieldDescription
_implThe implementation object.

See Also