Aspose::Cells::Revisions::RevisionCustomView class

RevisionCustomView class

Represents a revision record of adding or removing a custom view to the workbook.

class RevisionCustomView : public Aspose::Cells::Revisions::Revision

Methods

MethodDescription
GetActionType()Gets the type of action.
GetGuid(UUID& uuid)Gets the globally unique identifier of the custom view.
GetId()Gets the number of this revision.
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 RevisionCustomView& src)operator=
operator=(const Revision& src)operator=
Revision(Revision_Impl* impl)Constructs from an implementation object.
Revision(const Revision& src)Copy constructor.
RevisionCustomView(RevisionCustomView_Impl* impl)Constructs from an implementation object.
RevisionCustomView(const RevisionCustomView& src)Copy constructor.
RevisionCustomView(const Revision& src)Constructs from a parent object.
~Revision()Destructor.
~RevisionCustomView()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also