Aspose::Cells::Revisions::RevisionCellComment class
Contents
[
Hide
]RevisionCellComment class
Represents a revision record of a cell comment change.
class RevisionCellComment : public Aspose::Cells::Revisions::Revision
Methods
Method | Description |
---|---|
GetActionType() | Gets the action type of the revision. |
GetCellName() | Gets the name of the cell. |
GetColumn() | Gets the column index of the which contains a comment. |
GetId() | Gets the number of this revision. |
GetNewLength() | Gets Length of the comment before this revision was made. |
GetOldLength() | Gets Length of the comment text added in this revision. |
GetRow() | Gets the row index of the which contains a comment. |
GetType() | Gets the type of revision. |
GetWorksheet() | Gets the worksheet. |
IsNull() const | Checks whether the implementation object is nullptr. |
IsOldComment() | Indicates whether it’s an old comment. |
explicit operator bool() const | operator bool() |
operator=(const RevisionCellComment& src) | operator= |
operator=(const Revision& src) | operator= |
Revision(Revision_Impl* impl) | Constructs from an implementation object. |
Revision(const Revision& src) | Copy constructor. |
RevisionCellComment(RevisionCellComment_Impl* impl) | Constructs from an implementation object. |
RevisionCellComment(const RevisionCellComment& src) | Copy constructor. |
RevisionCellComment(const Revision& src) | Constructs from a parent object. |
SetCellName(const U16String& value) | Gets the name of the cell. |
SetCellName(const char16_t* value) | Gets the name of the cell. |
~Revision() | Destructor. |
~RevisionCellComment() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class Revision
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++