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
object ← Revision ← RevisionCellMove
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
SourceArea
Gets the source area.
public CellArea SourceArea { get; }
Property Value
SourceWorksheet
Gets the source worksheet.
public Worksheet SourceWorksheet { get; }
Property Value
Type
Represents the type of revision.
public override RevisionType Type { get; }