IWbs.GetReadOnlyCopyOfWorkbook Method

Gets the WBS workbook for read only purposes.
Function GetReadOnlyCopyOfWorkbook( _ 
ByVal wbParameters As WorkbookParameters, _ 
ByVal sheetsToInclude As WbsSheets, _ 
ByVal keepHiddenInfo As Boolean
) As IWorkbook
This language is not supported or no code example is available.
IWorkbook GetReadOnlyCopyOfWorkbook( 
WorkbookParameters wbParameters
WbsSheets sheetsToInclude
bool keepHiddenInfo 
)
This language is not supported or no code example is available.

Parameters

wbParameters
WorkbookParameters

The parameters used for creation of the workbook copy.

sheetsToInclude
WbsSheets

Specifies which sheets will be included in the result.

keepHiddenInfo
bool

Indicates whether the hidden information will be present in the result. WBS sheets contain some hidden data that is not visible in QDV GUI. It's mostly for internal use only and you don't need it.

Return Value

IWorkbook

Read-only workbook.

Exception type Condition

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition