Aspose::Cells::Revisions::Revision class

Revision class

Represents the revision.

class Revision

Methods

MethodDescription
GetId()Gets the number of this revision.
GetType()Represents the type of revision.
GetWorksheet()Gets the worksheet.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const Revision& src)operator=
Revision(Revision_Impl* impl)Constructs from an implementation object.
Revision(const Revision& src)Copy constructor.
~Revision()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also