_Workbook.RemoveUser Method

Disconnects the specified user from the shared workbook.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub RemoveUser ( _
    Index As Integer _
)
'Usage
Dim instance As _Workbook
Dim Index As Integer

instance.RemoveUser(Index)
void RemoveUser(
    int Index
)

Parameters

  • Index
    Type: System.Int32

    Required Integer. The user index.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace