spectrum_name(i:integer)     (string)

Navigation:  User guide > OLE automation > Properties >

spectrum_name(i:integer)     (string)

Previous pageReturn to chapter overviewNext page

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) = wcd.spectrum_name(2)

 

Setting this property has no effect.