On May 16, 2003 06:48 pm, Robert Shearman wrote:
The subitems are shifted along by one if a column is inserted before that subitem's column, otherwise the items stay the same.
So, if I understand you correctly, if I insert a new column at position i, then all items from [0..i] stay put, i+1 becomes the new (empty column), and all items that were before at postion [i+1, ..] get shifted to postion [i+2, ...]
Somehow this doesn't seem right: why do I get the new column at i+1 if I inserted at i? I think I'm off by one...