Aspose::Cells::Revisions::RevisionCollection class

RevisionCollection class

Represents all revision logs.

class RevisionCollection

Methods

MethodDescription
Get(int32_t index)Gets Revision by the index.
GetCount()
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