Workbook.ConflictResolution Property
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.
Gets or sets the way conflicts are to be resolved whenever a shared workbook is updated.
public:
property Microsoft::Office::Interop::Excel::XlSaveConflictResolution ConflictResolution { Microsoft::Office::Interop::Excel::XlSaveConflictResolution get(); void set(Microsoft::Office::Interop::Excel::XlSaveConflictResolution value); };
public Microsoft.Office.Interop.Excel.XlSaveConflictResolution ConflictResolution { get; set; }
member this.ConflictResolution : Microsoft.Office.Interop.Excel.XlSaveConflictResolution with get, set
Public Property ConflictResolution As XlSaveConflictResolution
Property Value
One of the XlSaveConflictResolution values.