RevisionCellMove

RevisionCellMove class

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

class RevisionCellMove extends Revision;

Constructors

NameDescription
constructor(Revision)Constructs from a parent object convertible to this.

Properties

PropertyTypeDescription
sourceAreaCellAreaReadonly. Gets the source area.
destinationAreaCellAreaReadonly. Gets the destination area.
sourceWorksheetWorksheetReadonly. Gets the source worksheet.
worksheetWorksheetReadonly. Gets the worksheet.
idnumberReadonly. Gets the number of this revision.

Methods

MethodDescription
getType()Represents the type of revision.

constructor(Revision)

Constructs from a parent object convertible to this.

constructor(obj: Revision);

Parameters:

ParameterTypeDescription
objRevisionThe parent object.

sourceArea

Readonly. Gets the source area.

sourceArea : CellArea;

destinationArea

Readonly. Gets the destination area.

destinationArea : CellArea;

sourceWorksheet

Readonly. Gets the source worksheet.

sourceWorksheet : Worksheet;

worksheet

Readonly. Gets the worksheet.

worksheet : Worksheet;

id

Readonly. Gets the number of this revision.

id : number;

Remarks

Zero means this revision does not contains id.

getType()

Represents the type of revision.

getType() : RevisionType;

Returns

RevisionType