Aspose::Cells::Revisions::RevisionCellChange class
Contents
[
Hide
]RevisionCellChange class
Represents the revision that changing cells.
class RevisionCellChange : public Aspose::Cells::Revisions::Revision
Methods
Method | Description |
---|---|
GetCellName() | Gets the name of the cell. |
GetColumn() | Gets the column index of the cell. |
GetId() | Gets the number of this revision. |
GetNewFormula() | Gets the old formula. |
GetNewStyle() | Gets the new style of the cell. |
GetNewValue() | Gets new value of the cell. |
GetOldFormula() | Gets the old formula. |
GetOldStyle() | Gets the old style of the cell. |
GetOldValue() | Gets old value of the cell. |
GetRow() | Gets the row index of the cell. |
GetType() | Represents the type of revision. |
GetWorksheet() | Gets the worksheet. |
IsNewFormatted() | Indicates whether this cell is new formatted. |
IsNull() const | Checks whether the implementation object is nullptr. |
IsOldFormatted() | Indicates whether this cell is old formatted. |
explicit operator bool() const | operator bool() |
operator=(const RevisionCellChange& src) | operator= |
operator=(const Revision& src) | operator= |
Revision(Revision_Impl* impl) | Constructs from an implementation object. |
Revision(const Revision& src) | Copy constructor. |
RevisionCellChange(RevisionCellChange_Impl* impl) | Constructs from an implementation object. |
RevisionCellChange(const RevisionCellChange& src) | Copy constructor. |
RevisionCellChange(const Revision& src) | Constructs from a parent object. |
~Revision() | Destructor. |
~RevisionCellChange() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class Revision
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++