Aspose::Cells::Revisions::RevisionCustomView class
Contents
[
Hide
]RevisionCustomView class
Represents a revision record of adding or removing a custom view to the workbook.
class RevisionCustomView : public Aspose::Cells::Revisions::Revision
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class Revision
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++