Aspose::Cells::Revisions::RevisionCollection class

RevisionCollection class

Represents all revision logs.

class RevisionCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the RevisionCollection.
end()Returns an iterator to the end of the RevisionCollection.
Get(int32_t index)Gets Revision by the index.
GetCount()Gets the number of elements contained in the instance.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const RevisionCollection& src)operator=
RevisionCollection(RevisionCollection_Impl* impl)Constructs from an implementation object.
RevisionCollection(const RevisionCollection& src)Copy constructor.
~RevisionCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also