ILaner.Dependencies

Fore Syntax

Dependencies: IMetabaseObjectDescriptors;

Fore.NET Syntax

Dependencies: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptors;

Description

The Dependencies property returns workbooks, which this workbook depends on.

Comments

The workbooks that depend on the current book, are returned using the ILaner.Dependents property.

Fore and Fore.NET examples

The method use is given in the example for ILanerContext.LoadFromStream.

See also:

ILaner