bool CloseWbk(WbkId tWbk)
tWbk. Opened workbook instance moniker.
The CloseWbk operation closes an instance of opened workbook.
To execute the operation, in the tWbk parameter specify moniker of the workbook instance to be closed. The moniker can be obtained on executing the OpenWbk operation. The operation results in the logical true if the object was closed successfully.
The example shows closing a workbook instance. The request contains closed workbook moniker. The response returns whether the closing is successful.
See also: