Aspose::Cells::Revisions::RevisionLog class

RevisionLog class

Represents the revision log.

class RevisionLog

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const RevisionLog& src)operator=
RevisionLog(RevisionLog_Impl* impl)Constructs from an implementation object.
RevisionLog(const RevisionLog& src)Copy constructor.
~RevisionLog()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also