Navigation: Ole automation > Automation object properties >
Returns the name of the i th spectrum.
The following VBA command fills a certain cell with the name of the 2nd spectrum:
Range("results").Offset(2, 1) = scout.spectrum_name(2)
Setting this property has no effect.