INomenclatures.GetReadOnlyCopyOfWorkbook Method

Gets the Nomenclatures workbook for read only purposes.
Function GetReadOnlyCopyOfWorkbook( _ 
ByVal wbParameters As WorkbookParameters
) As IWorkbook
This language is not supported or no code example is available.
IWorkbook GetReadOnlyCopyOfWorkbook( 
WorkbookParameters wbParameters 
)
This language is not supported or no code example is available.

Parameters

wbParameters
WorkbookParameters

The parameters used for creation of the workbook copy.

Return Value

IWorkbook

Read-only workbook.

Exception type Condition

QdvApiException

A problem occurred.

NotSupportedException

This estimate version has index other than 0 or the nomenclatures worksheet is not displayed.

Remarks
 
The nomenclatures workbook is built when you display it so this function can only be invoked when the nomenclature tab is active.
Version
 
Available since QDV 7.17.646.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition