RevisionMergeConflict

RevisionMergeConflict class

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

Properties

NameTypeDescription
TypeNumberGets the type of revision. The value of the property is RevisionType integer constant.
WorksheetWorksheetGets the worksheet.
IdNumberGets 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: Number

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: Number