Class RevisionCellMove

RevisionCellMove class

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

public class RevisionCellMove : Revision

Properties

NameDescription
DestinationArea { get; }Gets the destination area.
Id { get; }Gets the number of this revision.(Inherited from Revision.)
SourceArea { get; }Gets the source area.
SourceWorksheet { get; }Gets the source worksheet.
override Type { get; }Represents the type of revision.
Worksheet { get; }Gets the worksheet.(Inherited from Revision.)

See Also