RevisionCellMove
Contents
[
Hide
]RevisionCellMove class
Represents a revision record on a cell(s) that moved.
class RevisionCellMove extends Revision;
Constructors
Name | Description |
---|---|
constructor(Revision) | Constructs from a parent object convertible to this. |
Methods
Method | Description |
---|---|
getType() | Represents the type of revision. |
getSourceArea() | Gets the source area. |
getDestinationArea() | Gets the destination area. |
getSourceWorksheet() | Gets the source worksheet. |
isNull() | Checks whether the implementation object is null. |
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:
Parameter | Type | Description |
---|---|---|
obj | Revision | The parent object. |
getType()
Represents the type of revision.
getType() : RevisionType;
Returns
getSourceArea()
Gets the source area.
getSourceArea() : CellArea;
Returns
getDestinationArea()
Gets the destination area.
getDestinationArea() : CellArea;
Returns
getSourceWorksheet()
Gets the source worksheet.
getSourceWorksheet() : Worksheet;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getWorksheet()
Gets the worksheet.
getWorksheet() : Worksheet;
Returns
getId()
Gets the number of this revision.
getId() : number;
Remarks
Zero means this revision does not contains id.