RevisionInsertDelete
Contents
[
Hide
]RevisionInsertDelete class
Represents a revision record of a row/column insert/delete action.
Properties
| Name | Type | Description |
|---|---|---|
| Type | Number | Represents the type of revision. The value of the property is RevisionType integer constant. |
| CellArea | CellArea | Gets the inserting/deleting range. |
| ActionType | Number | Gets the action type of this revision. The value of the property is RevisionActionType integer constant. |
| Revisions | RevisionCollection | Gets revision list by this operation. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | Number | Gets 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