IVariableStub.NameEx

Fore Syntax

NameEx([FullName: Boolean = false]): String;

Fore.NET Syntax

NameEx[FullName: boolean]: string;

Parameters

FullName. Indicates whether to return full series name. Optional parameter.

Description

The property is read-only.

The NameEx property returns name of series by specified parameters.

Comments

By default the FullName parameter is set to False, that is, NameEx returns series name identical to the INamedEntityModel.Name property. If FullName  = True, NameEx returns series name in the following format: <Workbook name>!<Series name>.

Fore and Fore.NET Examples

The property use is given in the example for  ILanerContext.FindSerieByStubKey.

See also:

IVariableStub