Aspose::Cells::Revisions::RevisionLogCollection class

RevisionLogCollection class

Represents all revision logs.

class RevisionLogCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the RevisionLogCollection.
end()Returns an iterator to the end of the RevisionLogCollection.
Get(int32_t index)Gets RevisionLog by index.
GetCount()Gets the number of elements contained in the instance.
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