Aspose::Cells::Revisions::RevisionLog class
RevisionLog class
Represents the revision log.
class RevisionLog
Methods
| Method | Description |
|---|---|
| GetMetadataTable() | Gets table that contains metadata about a list of specific changes that have taken place for this workbook. |
| GetRevisions() | Gets all revisions in this log. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const RevisionLog& src) | operator= |
| RevisionLog(RevisionLog_Impl* impl) | Constructs from an implementation object. |
| RevisionLog(const RevisionLog& src) | Copy constructor. |
| ~RevisionLog() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++