The maximum number of characters per line in generated code.
Much of the code generated by XLL+ is wrapped for imroved readability. This property controls the line wrapping. Lines will be wrapped in such a way that heir length does not exceed this number.
Note that it is not guaranteed that all generated lines will be limited to this number of characters; In some cases, readability concerns may cause a line to be up to 3 characters longer.
Changing this property does not automatically change the code of generated functions. If you wish to apply the new limit to a function, you should regenerate its code.