Class RevisionCellMove

Class RevisionCellMove

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

Represents a revision record on a cell(s) that moved.

public class RevisionCellMove : Revision

Inheritance

objectRevisionRevisionCellMove

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

DestinationArea

Gets the destination area.

public CellArea DestinationArea { get; }

Property Value

CellArea

SourceArea

Gets the source area.

public CellArea SourceArea { get; }

Property Value

CellArea

SourceWorksheet

Gets the source worksheet.

public Worksheet SourceWorksheet { get; }

Property Value

Worksheet

Type

Represents the type of revision.

public override RevisionType Type { get; }

Property Value

RevisionType