IEstimate.GetActiveMinuteWorkbook Method
Function GetActiveMinuteWorkbook( _
ByVal WithoutHiddenColumns As Boolean _
) As IWorkbook
This language is not supported or no code example is available.
Parameters
- WithoutHiddenColumns
- bool
Indicates whether the hidden columns should be excluded. If true, then the hidden columns are not included. This means that the sheet cannot contain formulas with references to these hidden ranges. So the formulas will be replaced with the values in such a case. In other words, the value true is the same as "Export to Excel without formulas" in UI.
Return Value
IWorkbookThe workbook for the selection.
Available since QDV 7.13.0001.