Class RevisionCellChange
Namespace: Aspose.Cells.Revisions
Assembly: Aspose.Cells.dll (25.2.0)
Represents the revision that changing cells.
public class RevisionCellChange : Revision
Inheritance
object ← Revision ← RevisionCellChange
Inherited Members
Revision.Type, Revision.Worksheet, Revision.Id, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
CellName
Gets the name of the cell.
public string CellName { get; }
Property Value
Column
Gets the column index of the cell.
public int Column { get; }
Property Value
IsNewFormatted
Indicates whether this cell is new formatted.
public bool IsNewFormatted { get; }
Property Value
IsOldFormatted
Indicates whether this cell is old formatted.
public bool IsOldFormatted { get; }
Property Value
NewFormula
Gets the old formula.
public string NewFormula { get; }
Property Value
NewStyle
Gets the new style of the cell.
public Style NewStyle { get; }
Property Value
NewValue
Gets new value of the cell.
public object NewValue { get; }
Property Value
OldFormula
Gets the old formula.
public string OldFormula { get; }
Property Value
OldStyle
Gets the old style of the cell.
public Style OldStyle { get; }
Property Value
OldValue
Gets old value of the cell.
public object OldValue { get; }
Property Value
Row
Gets the row index of the cell.
public int Row { get; }
Property Value
Type
Represents the type of revision.
public override RevisionType Type { get; }