Class RevisionMergeConflict

RevisionMergeConflict class

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

public class RevisionMergeConflict : Revision

Properties

NameDescription
Id { get; }Gets the number of this revision.(Inherited from Revision.)
override Type { get; }Gets the type of revision.
Worksheet { get; }Gets the worksheet.(Inherited from Revision.)

See Also