RevisionInsertDelete

RevisionInsertDelete class

Represents a revision record of a row/column insert/delete action.

class RevisionInsertDelete extends Revision;

Constructors

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

Properties

PropertyTypeDescription
cellAreaCellAreaReadonly. Gets the inserting/deleting range.
actionTypeRevisionActionTypeReadonly. Gets the action type of this revision.
revisionsRevisionCollectionReadonly. Gets revision list by this operation.
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.

cellArea

Readonly. Gets the inserting/deleting range.

cellArea : CellArea;

actionType

Readonly. Gets the action type of this revision.

actionType : RevisionActionType;

revisions

Readonly. Gets revision list by this operation.

revisions : RevisionCollection;

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