QdvSet.GetWorkbook Method

NOTE: This member is now obsolete. Use Qdv.UserApi.ISet.GetWorkbook instead.

Gets the workbook with articles or sets from a set.
<Obsolete("Use Qdv.UserApi.ISet.GetWorkbook instead.")> _ 
Function GetWorkbook() As IWorkbook
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.ISet.GetWorkbook instead.")] 
IWorkbook GetWorkbook()
This language is not supported or no code example is available.

Return Value

IWorkbook

The workbook with the data from the specified set.

Remarks
 
If the set is opened somewhere, e.g. it is the current set in the Set manager, the workbook is retrieved from this opened copy of the set. This local workbook may contain changes by a user that were not stored in the database yet. The returned workbook is connected to the set. Any changes in the workbook are automatically reflected in the opened set. Otherwise, if the set is not opened, the workbook is read and created directly from database. To explicitly store your changes to the database, you need to call WriteWorkbook method.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition