What REALLY means this width:
![]()
The documentation says:
A list of comma-separated values, with each value controlling the width of the associated column. A value can be an absolute value (in points), a percentage, a relative length expressed as i* where i is an integer, or an “*” that indicates “fill in the remaining width.”
My understanding was: I can safety remove the “*” (that failed) and save the value returned by Xojo, but a Cell width of 1 pixel is like no cell.
I want to get the individual Column widths in a Save as html Method.
The current code nearly do what I ask: when I saved my document contents, I set the correct width for all columns and get widths: “1*, 4.065059*, 1.222799*, 9.075014*”.
And I asked Xojo to .RemoveAll("*", "") the asterisks.
Because of these troubles, I do not modify the columns width and let the one computed by Xojo for the 4 columns.