Class RevisionCellChange

Class RevisionCellChange

Namespace: Aspose.Cells.Revisions
Assembly: Aspose.Cells.dll (25.2.0)

Represents the revision that changing cells.

public class RevisionCellChange : Revision

Inheritance

objectRevisionRevisionCellChange

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

string

Column

Gets the column index of the cell.

public int Column { get; }

Property Value

int

IsNewFormatted

Indicates whether this cell is new formatted.

public bool IsNewFormatted { get; }

Property Value

bool

IsOldFormatted

Indicates whether this cell is old formatted.

public bool IsOldFormatted { get; }

Property Value

bool

NewFormula

Gets the old formula.

public string NewFormula { get; }

Property Value

string

NewStyle

Gets the new style of the cell.

public Style NewStyle { get; }

Property Value

Style

NewValue

Gets new value of the cell.

public object NewValue { get; }

Property Value

object

OldFormula

Gets the old formula.

public string OldFormula { get; }

Property Value

string

OldStyle

Gets the old style of the cell.

public Style OldStyle { get; }

Property Value

Style

OldValue

Gets old value of the cell.

public object OldValue { get; }

Property Value

object

Row

Gets the row index of the cell.

public int Row { get; }

Property Value

int

Type

Represents the type of revision.

public override RevisionType Type { get; }

Property Value

RevisionType