Aspose::Cells::Revisions::RevisionDefinedName class
Contents
[
Hide
]RevisionDefinedName class
Represents a revision record of a defined name change.
class RevisionDefinedName : public Aspose::Cells::Revisions::Revision
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class Revision
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++