I have a flexgrid with one column and many rows.
How do I use the format string when there is only one column?


for two columns this works...
control.FormatString = "ROI Area" & "|<" & "ROI Max"

but which column does the "|<" format? The first or the second?