_Workbook.MultiUserEditing Property
True if the workbook is open as a shared list. Read-only Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property MultiUserEditing As Boolean
Get
'Usage
Dim instance As _Workbook
Dim value As Boolean
value = instance.MultiUserEditing
bool MultiUserEditing { get; }
Property Value
Type: System.Boolean
Remarks
To save a workbook as a shared list, use the SaveAs method. To switch the workbook from shared mode to exclusive mode, use the ExclusiveAccess method.