Aspose::Cells::Revisions::RevisionDefinedName class

RevisionDefinedName class

Represents a revision record of a defined name change.

class RevisionDefinedName : public Aspose::Cells::Revisions::Revision

Methods

MethodDescription
GetId()Gets the number of this revision.
GetNewFormula()Gets the formula.
GetOldFormula()Gets the old formula.
GetText()Gets the text of the defined name.
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 RevisionDefinedName& src)operator=
operator=(const Revision& src)operator=
Revision(Revision_Impl* impl)Constructs from an implementation object.
Revision(const Revision& src)Copy constructor.
RevisionDefinedName(RevisionDefinedName_Impl* impl)Constructs from an implementation object.
RevisionDefinedName(const RevisionDefinedName& src)Copy constructor.
RevisionDefinedName(const Revision& src)Constructs from a parent object.
~Revision()Destructor.
~RevisionDefinedName()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also