XlSaveConflictResolution Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the way conflicts are to be resolved whenever a shared workbook is updated.
public enum class XlSaveConflictResolution
public enum XlSaveConflictResolution
Public Enum XlSaveConflictResolution
- Inheritance
-
XlSaveConflictResolution
Fields
Name | Value | Description |
---|---|---|
xlUserResolution | 1 | A dialog box asks the user to resolve the conflict. |
xlLocalSessionChanges | 2 | The local user's changes are always accepted. |
xlOtherSessionChanges | 3 | The local user's changes are always rejected. |