Is it possible to have a column in a flexgrid that has common entries and merge several, but not all of them?
For example, lets say we have a flexgrid that has 10 rows and one column. Each cell contains the words "Visual Basic". I want to merge rows 1 through 4 and 5 through 10 into two groupings.
If I set MergeCol(0)=True then I get one grouping (1 through 10).
How can I do this?
For example, lets say we have a flexgrid that has 10 rows and one column. Each cell contains the words "Visual Basic". I want to merge rows 1 through 4 and 5 through 10 into two groupings.
If I set MergeCol(0)=True then I get one grouping (1 through 10).
How can I do this?