ISet.GetWorkbook Method

Gets the workbook with articles or sets from a set.
Function GetWorkbook() As IWorkbook
This language is not supported or no code example is available.
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.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition