IVariableStub.NameEx

Syntax

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

Parameters

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

Description

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  property. If FullName  = True, NameEx returns series name in the following format: <Workbook name>!<Series name>.

Example

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

See also:

IVariableStub