NameEx([FullName: Boolean = false]): String;
NameEx[FullName: boolean]: string;
FullName. Indicates whether to return full series name. Optional parameter.
The property is read-only.
The NameEx property returns name of series by specified parameters.
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>.
The property use is given in the example for ILanerContext.FindSerieByStubKey.
See also: