IEstimate.GetActiveMinuteWorkbook Method

Gets the workbook of currently active minute.
Function GetActiveMinuteWorkbook( _ 
ByVal WithoutHiddenColumns As Boolean
) As IWorkbook
This language is not supported or no code example is available.
IWorkbook GetActiveMinuteWorkbook( 
bool WithoutHiddenColumns 
)
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

IWorkbook

The workbook for the selection.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition