IMinute.GetSetImageAsWorkbook Method

Gets a workbook image of the workbook being in the set database used to fill in the row.
Function GetSetImageAsWorkbook( _ 
ByVal row As Integer
) As IWorkbook
This language is not supported or no code example is available.
IWorkbook GetSetImageAsWorkbook( 
int row 
)
This language is not supported or no code example is available.

Parameters

row
int

The row in the minute where the set image info is stored (1-9999).

Return Value

IWorkbook

The workbook.

Remarks
 

The set image contains the values of the imported set. They are stored in the heading rows of sets.

You can test if the Set Image contains an Excel file or values to be converted into an object by invoking GetTypeOfSetImage function. You can use this function only when the Set Image contains an Excel file.

Version
 
Available since QDV 7.15.546.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition