RevisionCellMove
Contents
[
Hide
]RevisionCellMove class
Represents a revision record on a cell(s) that moved.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Represents the type of revision. The value of the property is RevisionType integer constant. |
| SourceArea | CellArea | Gets the source area. |
| DestinationArea | CellArea | Gets the destination area. |
| SourceWorksheet | Worksheet | Gets the source worksheet. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | int | Gets the number of this revision. Zero means this revision does not contains id. |
RevisionCellMove.Type property
Represents the type of revision. The value of the property is RevisionType integer constant.
Type: int
RevisionCellMove.SourceArea property
Gets the source area.
Type: CellArea
RevisionCellMove.DestinationArea property
Gets the destination area.
Type: CellArea
RevisionCellMove.SourceWorksheet property
Gets the source worksheet.
Type: Worksheet
RevisionCellMove.Worksheet property
Gets the worksheet.
Type: Worksheet
RevisionCellMove.Id property
Gets the number of this revision. Zero means this revision does not contains id.
Type: int