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.

Methods

MethodDescription
getType()Represents the type of revision.
getSourceArea()Gets the source area.
getDestinationArea()Gets the destination area.
getSourceWorksheet()Gets the source worksheet.
getWorksheet()Gets the worksheet.
getId()Gets the number of this revision.

constructor(Revision)

Constructs from a parent object convertible to this.

constructor(obj: Revision);

Parameters:

ParameterTypeDescription
objRevisionThe parent object.

getType()

Represents the type of revision.

getType() : RevisionType;

Returns

RevisionType

getSourceArea()

Gets the source area.

getSourceArea() : CellArea;

Returns

CellArea

getDestinationArea()

Gets the destination area.

getDestinationArea() : CellArea;

Returns

CellArea

getSourceWorksheet()

Gets the source worksheet.

getSourceWorksheet() : Worksheet;

Returns

Worksheet

getWorksheet()

Gets the worksheet.

getWorksheet() : Worksheet;

Returns

Worksheet

getId()

Gets the number of this revision.

getId() : number;

Remarks

Zero means this revision does not contains id.