Workbook.RemoveUser(Int32) Method
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.
Disconnects the specified user from the shared workbook.
public:
void RemoveUser(int Index);
public void RemoveUser (int Index);
abstract member RemoveUser : int -> unit
Public Sub RemoveUser (Index As Integer)
Parameters
- Index
- Int32
The user index.