_Workbook.MultiUserEditing 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.
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.