RevisionMergeConflict
RevisionMergeConflict class
Represents a revision record which indicates that there was a merge conflict.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets the type of revision. The value of the property is RevisionType integer constant. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | int | Gets 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