_Workbook.MultiUserEditing Property

Definition

True if the workbook is open as a shared list. Read-only Boolean.

public:
 property bool MultiUserEditing { bool get(); };
public bool MultiUserEditing { get; }
Public ReadOnly Property MultiUserEditing As Boolean

Property Value

Remarks

To save a workbook as a shared list, use the SaveAs(Object, Object, Object, Object, Object, Object, XlSaveAsAccessMode, Object, Object, Object, Object, Object) method. To switch the workbook from shared mode to exclusive mode, use the ExclusiveAccess() method.

Applies to