QDVEstimate.GetReadOnlyImageOfWorkbook Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IOverhead.GetReadOnlyCopyOfWorkbook, Qdv.UserApi.IBoq.GetReadOnlyCopyOfWorkbook or Qdv.UserApi.IWbs.GetReadOnlyCopyOfWorkbook instead. You can obtain these objects from IEstimateVersion.Overhead, Boq and Wbs properties.

Gets a workbook for read only purposes.
[Obsolete("Use Qdv.UserApi.IOverhead.GetReadOnlyCopyOfWorkbook, Qdv.UserApi.IBoq.GetReadOnlyCopyOfWorkbook or Qdv.UserApi.IWbs.GetReadOnlyCopyOfWorkbook instead.
    You can obtain these objects from IEstimateVersion.Overhead, Boq and Wbs properties.
   ")] 
public IWorkbook GetReadOnlyImageOfWorkbook( 
SelectWorkbook WhichWorkbook
bool UseXLSX = False, 
int VersionIndex = 0, 
bool KeepProtected = False 
)
This language is not supported or no code example is available.

Parameters

WhichWorkbook
SelectWorkbook

Required.

UseXLSX
bool

Optional. The default value is False.If set to true, then ; otherwise, .

VersionIndex
int

Optional. The default value is 0.

KeepProtected
bool

Optional. The default value is False.If set to true, then ; otherwise, .

Return Value

IWorkbook

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition