Aspose::Cells::Revisions::RevisionCellChange class

RevisionCellChange class

Represents the revision that changing cells.

class RevisionCellChange : public Aspose::Cells::Revisions::Revision

Methods

MethodDescription
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.
GetOldFormula()Gets the old formula.
GetOldStyle()Gets the old style 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() constChecks whether the implementation object is nullptr.
IsOldFormatted()Indicates whether this cell is old formatted.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also