Aspose::Cells::Revisions::RevisionLogCollection class

RevisionLogCollection class

Represents all revision logs.

class RevisionLogCollection

Methods

MethodDescription
Get(int32_t index)Gets RevisionLog by index.
GetCount()
GetDaysPreservingHistory()Gets and sets the number of days the spreadsheet application will keep the change history for this workbook.
HighlightChanges(const HighlightChangesOptions& options)Highlights changes of shared workbook.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const RevisionLogCollection& src)operator=
RevisionLogCollection(RevisionLogCollection_Impl* impl)Constructs from an implementation object.
RevisionLogCollection(const RevisionLogCollection& src)Copy constructor.
SetDaysPreservingHistory(int32_t value)Gets and sets the number of days the spreadsheet application will keep the change history for this workbook.
~RevisionLogCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also