RevisionCellMove

RevisionCellMove class

Represents a revision record on a cell(s) that moved.

Properties

NameTypeDescription
TypeintRepresents the type of revision. The value of the property is RevisionType integer constant.
SourceAreaCellAreaGets the source area.
DestinationAreaCellAreaGets the destination area.
SourceWorksheetWorksheetGets the source worksheet.
WorksheetWorksheetGets the worksheet.
IdintGets 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