IMsMetaModelVisualController.Workbook

Fore Syntax

Workbook(WorkbookType: MsWorkbookType): IMetabaseObject;

Fore.NET Syntax

Workbook[WorkbookType: Prognoz.Platform.Interop.Ms.MsWorkbookType]: Prognoz.Platform.Interop.Metabase.IMetabaseObject;

Parameters

WorkbookType. Workbook data type.

Description

The Workbook property returns the internal workbook with the specified data.

Comments

To fill the internal workbook with data, use the following methods:

Fore and Fore.NET Examples

The property use is given in the example for IMsMetaModelVisualController.FillWithTargetProblem.

See also:

IMsMetaModelVisualController