RevisionInsertDelete

RevisionInsertDelete class

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

Properties

NameTypeDescription
TypeNumberRepresents the type of revision. The value of the property is RevisionType integer constant.
CellAreaCellAreaGets the inserting/deleting range.
ActionTypeNumberGets the action type of this revision. The value of the property is RevisionActionType integer constant.
RevisionsRevisionCollectionGets revision list by this operation.
WorksheetWorksheetGets the worksheet.
IdNumberGets the number of this revision. Zero means this revision does not contains id.

RevisionInsertDelete.Type property

Represents the type of revision. The value of the property is RevisionType integer constant.

Type: Number

RevisionInsertDelete.CellArea property

Gets the inserting/deleting range.

Type: CellArea

RevisionInsertDelete.ActionType property

Gets the action type of this revision. The value of the property is RevisionActionType integer constant.

Type: Number

RevisionInsertDelete.Revisions property

Gets revision list by this operation.

Type: RevisionCollection

RevisionInsertDelete.Worksheet property

Gets the worksheet.

Type: Worksheet

RevisionInsertDelete.Id property

Gets the number of this revision. Zero means this revision does not contains id.

Type: Number