RevisionInsertDelete
Contents
[
Hide
]RevisionInsertDelete class
Represents a revision record of a row/column insert/delete action.
class RevisionInsertDelete extends Revision;
Constructors
Name | Description |
---|---|
constructor(Revision) | Constructs from a parent object convertible to this. |
Methods
Method | Description |
---|---|
getType() | Represents the type of revision. |
getCellArea() | Gets the inserting/deleting range. |
getActionType() | Gets the action type of this revision. |
getRevisions() | Gets revision list by this operation. |
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
getCellArea()
Gets the inserting/deleting range.
getCellArea() : CellArea;
Returns
getActionType()
Gets the action type of this revision.
getActionType() : RevisionActionType;
Returns
getRevisions()
Gets revision list by this operation.
getRevisions() : RevisionCollection;
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.