fit_parameter_name(n : integer) : string (read only)

Navigation:  User guide > OLE automation > Properties >

fit_parameter_name(n : integer) : string (read only)

Previous pageReturn to chapter overviewNext page

Returns the name of the n-th fit parameter. The following VBA command fills a certain Excel cell with the name of the selected fit parameter:

 

Range("results").Offset(4 + i, 1) = wcd.fit_parameter_name(i)