IWbs.GetReadOnlyCopyOfWorkbook Method
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.
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
IWorkbookRead-only workbook.
Exception type | Condition |
---|---|
A problem occurred. |
Available since QDV 7.13.0001.