Name(Index: Integer): String;
Name[Index: integer]: string;
Index. Report section index.
The Name property returns report section name.
The number of sections is returned by the IEmSections.Count property. Indexation of the report sections is continuous and starts from zero.
Report section identifier is returned by the IEmSections.Id property.
The property use is given in the example for IEmStatisticsSettings.Add.
See also: