RevisionMergeConflict

RevisionMergeConflict class

Represents a revision record which indicates that there was a merge conflict.

Properties

NameTypeDescription
TypeintGets the type of revision. The value of the property is RevisionType integer constant.
WorksheetWorksheetGets the worksheet.
IdintGets the number of this revision. Zero means this revision does not contains id.

RevisionMergeConflict.Type property

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

Type: int

RevisionMergeConflict.Worksheet property

Gets the worksheet.

Type: Worksheet

RevisionMergeConflict.Id property

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

Type: int