QDVEstimate.GetNomenclaturesWorkbook Method

NOTE: This member is now obsolete. Use Qdv.UserApi.INomenclatures.GetWorkbook instead.

[Obsolete("Use Qdv.UserApi.INomenclatures.GetWorkbook instead.")] 
public IWorkbook GetNomenclaturesWorkbook( 
string GroupBy
string SortBy
List<string> MnemonicsOfFields = Nothing, 
NomenclatureFilterIDs Filter = QDVUserAPI.QDVAPIFunctions.NomenclatureFilterIDs.ArticlesWithCostAndQuantity, 
NomenclatureColorMarking Color = QDVUserAPI.QDVAPIFunctions.NomenclatureColorMarking.AllColors, 
NomenclatureModeIds Mode = QDVUserAPI.QDVAPIFunctions.NomenclatureModeIds.GroupedRows, 
string Scope = "001000000000000000000000", 
bool IncludeOverheadMinute = False, 
bool WithFormulas = False, 
string FontName = "Calibri", 
int FontSize = 11, 
bool ShowGridLines = True, 
int HeadColor = &HCFCFCF, 
int VersionIndex = 0 
)
This language is not supported or no code example is available.

Parameters

GroupBy
string

Required.

SortBy
string

Required.

MnemonicsOfFields
List<string>

Optional. The default value is Nothing.

Filter
NomenclatureFilterIDs

Optional. The default value is QDVUserAPI.QDVAPIFunctions.NomenclatureFilterIDs.ArticlesWithCostAndQuantity.

Color
NomenclatureColorMarking

Optional. The default value is QDVUserAPI.QDVAPIFunctions.NomenclatureColorMarking.AllColors.

Mode
NomenclatureModeIds

Optional. The default value is QDVUserAPI.QDVAPIFunctions.NomenclatureModeIds.GroupedRows.

Scope
string

Optional. The default value is "001000000000000000000000".

IncludeOverheadMinute
bool

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

WithFormulas
bool

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

FontName
string

Optional. The default value is "Calibri".

FontSize
int

Optional. The default value is 11.

ShowGridLines
bool

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

HeadColor
int

Optional. The default value is &HCFCFCF.

VersionIndex
int

Optional. The default value is 0.

Return Value

IWorkbook

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition