Aspose::Cells::Revisions::RevisionAutoFormat class

RevisionAutoFormat class

represents a revision record of information about a formatting change.

class RevisionAutoFormat : public Aspose::Cells::Revisions::Revision

Methods

MethodDescription
GetCellArea()Gets the location where the formatting was applied.
GetId()Gets the number of this revision.
GetType()Gets the type of the revision.
GetWorksheet()Gets the worksheet.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const RevisionAutoFormat& src)operator=
operator=(const Revision& src)operator=
Revision(Revision_Impl* impl)Constructs from an implementation object.
Revision(const Revision& src)Copy constructor.
RevisionAutoFormat(RevisionAutoFormat_Impl* impl)Constructs from an implementation object.
RevisionAutoFormat(const RevisionAutoFormat& src)Copy constructor.
RevisionAutoFormat(const Revision& src)Constructs from a parent object.
~Revision()Destructor.
~RevisionAutoFormat()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also