Aspose::Cells::Revisions::Revision class
Revision class
Represents the revision.
class Revision
Methods
| Method | Description |
|---|---|
| GetId() | Gets the number of this revision. |
| GetType() | Represents 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 Revision& src) | operator= |
| Revision(Revision_Impl* impl) | Constructs from an implementation object. |
| Revision(const Revision& src) | Copy constructor. |
| ~Revision() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++